-
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' #1201
Comments
Running this command fixed the issue for me. It will install the missing module 'exists-sync': |
@swfree
|
@Marswang92 |
@Marswang92 |
I had similar issues while running: After updating to node version 6.2.2 and npm 3.9.5 all is working OK. Maybe worth giving that a shot? |
Duplicate of #1186. This should be closed. |
Run npm install in the angular-cli folder globally and then run ng -v to check if working. After you have created a new project with the ng new command and ng serve should not work until you go into node_modules and angular-cli in your root project and npm install again. |
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
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. |
osx: El Captain,
node: v 6.2.2,
npm: v 3.10.3
Angular cli created new project well, but when I using ' ng server ' to start the server following error comes out. Anybody knows how to solve?
The text was updated successfully, but these errors were encountered: