-
Notifications
You must be signed in to change notification settings - Fork 861
ERR! Invalid name: "@gulp-sourcemaps/map-sources" #986
Comments
What did you expect to happen? What happened instead?
|
Okay, I figured this out, and as I suspected, it wasn't FoundationPress, it was was one of the dependencies, specifically, gulp-sourcemaps. In package.json, I placed a '^' before the version of gulp-sourcemaps. That did it for me. Keep in mind, I started from scratch prior to doing this. "gulp-sourcemaps": "1.6.0", --> "gulp-sourcemaps": "^1.6.0", |
That's weird because my version of FoundationPress has that correction, and yet I'm still getting the same error as before. I'm using 2.9.0 of FoundationPress |
Same issue. Any luck Chris? |
gulp-sourcemaps are now updated to latest version #1018. Please check if you're able to recreate your issue after updating. You'll need to do a |
Hey sorry to open this up again but I found something interesting. I have still had this error with gulp-sourcemaps upon initial npm install. I didn't want to comment on this without new information though. I have tried the latest build up to today, which contains this in package.json:
I found this out from this link: I'm not quite sure what the other commenter is asserting here, so am wondering why this is working! |
What did you expect to happen?
I expected 'npm install' to configure FoundationPress
What happened instead?
I'm getting an error 'ERR! Invalid name: "@gulp-sourcemaps/map-sources"
Linux 3.10.0-514.16.1.el7.x86_64
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v6.9.5
npm ERR! npm v3.10.10
npm ERR! Invalid name: "@gulp-sourcemaps/map-sources"
The text was updated successfully, but these errors were encountered: