-
Notifications
You must be signed in to change notification settings - Fork 862
Exit status 8 while running npm install #649
Comments
You need to be using Node 4.0+. Update node/npm and try again. |
@colin-marshall Thanks, I updated node, now have exit status 1 error 277 error Darwin 15.2.0 |
What does it say just before line 277? |
270 verbose lifecycle foundationpress@2.2.0 |
I think you're going to have to back even further because I believe the error occurs before all that. Can you just post the whole log in a gist please? |
Hey sorry for late reply, i just deleted the entire project and started again, and it works now!!! Thanks for your help :) |
Great! No problem. On Sat, Dec 26, 2015 at 10:17 AM aishwarya notifications@github.com wrote:
|
Hi Guys, I ran npm install in the Foundation Press folder and i get exit status 8 error - below is the log
69 info foundationpress@2.2.0 Failed to exec postinstall script
70 error foundationpress@2.2.0 postinstall:
bower install && gulp build
70 error Exit status 8
71 error Failed at the foundationpress@2.2.0 postinstall script.
71 error This is most likely a problem with the foundationpress package,
71 error not with npm itself.
71 error Tell the author that this fails on your system:
71 error bower install && gulp build
71 error You can get their info via:
71 error npm owner ls foundationpress
71 error There is likely additional logging output above.
72 error System Darwin 15.2.0
73 error command "node" "/usr/local/bin/npm" "install"
74 error cwd /Applications/MAMP/htdocs/wordpress/wp-content/themes/FoundationPress
75 error node -v v0.10.25
76 error npm -v 1.3.24
77 error code ELIFECYCLE
78 verbose exit [ 1, true ]
Any help is appreciated, thanks
The text was updated successfully, but these errors were encountered: