-
Notifications
You must be signed in to change notification settings - Fork 47
Package.json generated with unavailable Gulp build from deleted branch #109
Comments
got the same problem. The solution: |
Should be fixed by foundation/foundation-emails-template#55 |
Just ran into this issue. @Todmy's solution fixed it. |
So how to do I go about to change the line i.e "gulp": "git+https://github.com/gulpjs/gulp.git#4.0", |
@jstef53 |
@luisreyes solved the problem for me...still an issue obviously with the latest package installing via npm / website doc... |
This is not the right solution. |
Tags are not the right solution as these could be removed at any time. |
I change gulp to
|
@JHunnicutt This is a permission issue with your npm setup and the npm cache and not related to this. Please check the owner of |
I am trying to create a new foundation email project but receive the errors detailed below. How have others been resolving this issue?
I've followed the recommended steps here, specifically
npm i gulp@next
, but have had issues with CSS not being properly inlined after runningfoundation build
. There is css that doesn't get inlined, and the final built files have a<link>
tag referring toapp.css
.$ cd test-project $ npm i
Produces the following error...
cat ~/.npm/_logs/2018-11-01T17_39_18_976Z-debug.log
shows the error...
I'm running...
on Mac OS X High Sierra
10.13.6 (17G65)
.The text was updated successfully, but these errors were encountered: