hexo "updates itself" when testing locally

Open
#51 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
node.js
Domain
build-system

Research direction

Reproduce the behavior with npm install and npm start, using the reported npm 3.5.2 and Ubuntu 16.04 environment. Compare package.json before and after, focusing on the hexo version and dependency declaration; done means establishing why the file changes and defining a reproducible fix that prevents unintended modification.

Written by the indexing model from the issue text.

Description

While testing locally (npm install, npm start), package.json modified itself:

   "hexo": {
-    "version": "3.2.2"
+    "version": "3.3.8"
   },
   "dependencies": {
     "hexo": "^3.1.0",

Not sure what to do about that...
More data:

$ npm -v
3.5.2
$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04 LTS
Release:	16.04
Codename:	xenial
Dominant language
CSS
Stars
89
Forks
45
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ElementsProject/elementsproject.org

All issues in ElementsProject/elementsproject.org

Similar issues

More Build System issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.