-
Notifications
You must be signed in to change notification settings - Fork 860
npm start not working, tried many solves :| #1328
Comments
@DeiCha Thank you! Your reply here fixed it for me. Also, I'm using nvm to downgrade to node version 6.11.5. After installing nvm I ran this to check which version I was on:
Then I ran
. . . then I started at your second bullet point:
Everything works! **although I still have these "deprecated" warnings:
And on
But it FINALLY works! Thanks again @DeiCha! |
Try running There is one last issue that needs to be manually fixed. Nothing broke for me as far as I can tell. |
Thanks! I’ll give it a try. |
On running Admittedly, primary reasons being: I just now pushed the theme to GitHub. I should've done it a long time ago :| I also wanted to show you some of the peculiar SASS warnings I get when I run
Any of your suggestions are greatly appreciated 👍 Thanks so much for your help! |
This was an error with the gulp dependency. It is already fixed To solve this problem in your project follow these steps:
|
How can this bug be reproduced?
package.json
andpackage-lock.json
from this repo to my theme's, respective, files as a fix.node_modules
foldernpm install
on the theme folderWhat did you expect to happen?
I expected npm to install so I could boot up and run the site in the localhost:8888 window
What happened instead?
Atom (the editor) freezes, as well as terminal and I get this error in terminal:
Please List the Following:
node_modules/foundation-sites/package.json
) : no file namedfoundation-sites
??Please help, this is driving me wild. Haha.
Thanks!
Luke
The text was updated successfully, but these errors were encountered: