↧
Answer by ASHISH KARN for error while running npm install
I am late to answer but my answer might clarify the issue to all the visitors here.Git is unable to resolve a dependency with "path specified" as 3.9.0 version. Removing the version #3.9.0 will pick...
View ArticleAnswer by sushama for error while running npm install
Same problem for me for 4.0I have one dependency in package.json"gulp": "github:gulpjs/gulp#4.0",I removed #4.0 and its working now.
View Articleerror while running npm install
When running npm install I get the following error:npm ERR! code 1npm ERR! Command failed: /usr/bin/git checkout ~3.9.0npm ERR! error: pathspec '~3.9.0' did not match any file(s) known to git.npm...
View Article