-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Error: Cannot find module 'exists-sync' after updating #1248
Comments
I have the same problem |
See #1186. |
I updated node from v4.0.0 to v6.2.2 and updated npm from version 2.14.2 to 3.9.5 (current versions), generating routes is disabled, hopefully they get that fixed soon |
The npm task from our current ember-cli install uses npm 2.x.x, which was causing issues with some of the dependencies. This PR copies over all files needed for the npm-install task but uses a local 3.10.2 npm version instead. Fix angular#1186 Fix angular#1191 Fix angular#1201 Fix angular#1209 Fix angular#1207 Fix angular#1248
The npm task from our current ember-cli install uses npm 2.x.x, which was causing issues with some of the dependencies. This PR copies over all files needed for the npm-install task but uses a local 3.10.2 npm version instead. Fix angular#1186 (main issue) Fix angular#1191 Fix angular#1201 Fix angular#1209 Fix angular#1207 Fix angular#1248
Doing an extra npm install worked for me.
|
I just uninstalled node and npm and reinstalled on versions:
Same error displayed |
Fixed that by going to 'node_modules/angular-cli' inside project and run 'npm install' |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
ng --version
. If there's nothing outputted, pleaserun in a Terminal:
node --version
And paste the result here.
Node v4.0.0
do on your code? etc.
Followed the docs for Updating angular-cli
npm uninstall -g angular-cli
npm cache clean
npm install -g angular-cli@latest
rm -rf node_modules dist tmp
npm install --save-dev angular-cli@latest
ng init
more information.
Error: Cannot find module 'exists-sync'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:286:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (/Users/steve/Documents/roundpoint/nowce/nowce-browser/sandbox/nowce-landing/node_modules/angular-cli/node_modules/ember-cli/lib/models/project.js:11:26)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
The text was updated successfully, but these errors were encountered: