Answer the question
In order to leave comments, you need to log in
How to fix the fact that after any npm install you have to repeat the install from git?
Made
npm install --save git+https://github.com/user/repo.git
, everything is working. I do anything npm install package
- what is installed from git flies, I have to repeatnpm install --save git+https://github.com/user/repo.git
to make everything work again. "dependencies": {
...
"axios": "^0.18.0",
"repo": "git+https://github.com/user/repo.git",
"moment": "^2.24.0",
...
},
>npm --version
5.6.0
Answer the question
In order to leave comments, you need to log in
Discussion #19394 says this issue has been fixed in version 5.7.0. You should probably update NPM a bit.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question