-
Notifications
You must be signed in to change notification settings - Fork 867
Npm install error " pathspec '4.0' " #1312
Comments
Thanks @DeiCha, I ran into the same issue and your fix worked.
|
Same issue on Ubuntu 18.04 with Node 9.8.0 |
just upgraded to V10.14.2 and this resolved the issue for me as well |
Worked for me as well. |
I had this issue as well, Changing The issue is the branch was deleted, for backwards compatibility can we keep the git branch active and maybe add a warning on I can help implement this if needed. |
Trying to run npm i resulted in an error, while googling a bit, found the solution here. olefredrik/FoundationPress#1312
Funny seeing you having the same issue as me bro lol |
runing npm install returns error:
fix that worked for me:
update package.json line 42
from
"gulp": "gulpjs/gulp#4.0",
to"gulp": "4.0",
It may be related to gulp (gulpjs/gulp#2078)
The text was updated successfully, but these errors were encountered: