ElementsProject / ElementsProject/elementsproject.org
hexo "updates itself" when testing locally
- 主要言語
- CSS
- スター
- 89
- フォーク
- 45
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
While testing locally (npm install, npm start), package.json modified itself:
```diff
"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
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- node.js
- 領域
- build-system
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100