-
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' #1191
Comments
I just fixed this issue by installing the missing module. The issue is likely caused by ember-cli. Should be easy to fix. |
Duplicate of #1186. This should be closed. |
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. |
1. OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Mac OSX El Capitan
2. Versions. Please run
ng --version
.angular-cli: 1.0.0-beta.8
node: 5.8.0
3. Repro steps. Was this an app that wasn't created using the CLI? What change did you do on your code? etc.
CLI only. From scratch.
4. The log given by the failure. Normally this include a stack trace and some
more information.
5. Mention any other details that might be useful.
Followed the guide here: https://github.com/angular/angular-cli
Successfully created the project and installed the dependencies.
Once complete, I tried running 'ng generate component card' and got the above errors. Think it might have something to do with Git? But the setup guide mentions nothing of Git.
The text was updated successfully, but these errors were encountered: