ElementsProject / ElementsProject/elementsproject.org
hexo "updates itself" when testing locally
- Langage dominant
- CSS
- Étoiles
- 89
- Forks
- 45
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- node.js
- Domaine
- build-system
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 35/100