-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run gulp not working #65
Comments
Am also getting this. Curious as to why no reply in a couple of days? |
It seems you might need to upgrade your node.js and npm versions. In the error it suggests you |
I got the same info, and my node.js is v6.11.0, too. I fixed the problem after I installed the latest recommended version, v8.9.3. |
I'm also getting the errors, however, |
@Korver2017 i got that error, too. And i update my node.js from v6.11.0 to v8.9.4. But there are still an error, it says "Error: cannot find module 'gulp-watch'. And it occur in 'module.js:540'. |
That's what I am still getting. Still haven't found a fix. |
@Soo-Q6 @MaxShalom could you please run |
I updated everything. Node.js is now on
However, there is a |
@MaxShalom does it work if you run the following: rm -r node_modules
npm install |
i reinstall my node and run |
i found that i cannot access the source code of module node-sass(some problems of Chinese network environment), so i modify the file .npmrc, adding such configuration: |
npm ERR! Windows_NT 10.0.17025
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "run" "gulp"
npm ERR! node v6.11.0
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! froala-design-blocks@1.0.2 gulp:
gulp
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the froala-design-blocks@1.0.2 gulp script 'gulp'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the froala-design-blocks package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! gulp
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs froala-design-blocks
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls froala-design-blocks
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users...\Desktop...\Free Templates\design-blocks\npm-debug.log
Help?
The text was updated successfully, but these errors were encountered: