-
Notifications
You must be signed in to change notification settings - Fork 860
Error with gulp while npm install #1322
Comments
I also solved this issue manually, though I did it by replacing the line with: I'm not proficient enough with npm to understand why both worked and which solution is the 'correct' one, but wanted to add my experience in case it informs a better bugfix. |
Same here... Depending of the npm version (I use nvm), error is sightly different but always around this gulp 4.0... With node 6.11.5 I have:
Seems the repository is not here, or an access problem/authorization... Note that using the command From the last comment on this issue, seems the 4.0 branch is no more there... :( |
I found it after reading this post on the Gulp GIT : https://github.com/gulpjs/gulp/issues/1486 |
Change version of Gulp for install regarding issue olefredrik#1322
Same here: npm install
OS ElCapitan 10.11.6 |
I don't think "next" is the right version to reference. "next" does not reference to a unique version but to the latest stable version. This version will change in the future. That's why i prefer @melek's solutions:
|
I tested an older installation i had (same Foundation Press Version, 2.10.4), just copied all files into the new folder were i had the But that can´t be the solution. Next try: now it´s running |
Recently I get an error while running
npm install
.Is error ist related to gulp.
How can this bug be reproduced?
npm install
What happened
While installing all npm dependencies I get following error:
My Solution
I was able to solve this error by removing the
#4.0
at the gulp devDependencies.FoundationPress/package.json
Line 42 in b0bc01e
Please List the Following:
The text was updated successfully, but these errors were encountered: