Skip to content
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

Closed
michaelpumo opened this issue Jun 24, 2016 · 4 comments · Fixed by #1250
Closed

Error: Cannot find module 'exists-sync' #1191

michaelpumo opened this issue Jun 24, 2016 · 4 comments · Fixed by #1250

Comments

@michaelpumo
Copy link

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.

ng generate component card
module.js:341
    throw err;
    ^

Error: Cannot find module 'exists-sync'
    at Function.Module._resolveFilename (module.js:339:15)
    at Function.Module._load (module.js:290:25)
    at Module.require (module.js:367:17)
    at require (internal/module.js:16:19)
    at Object.<anonymous> (/Users/raggededge/Desktop/moveable/moveable/node_modules/angular-cli/node_modules/ember-cli/lib/models/project.js:11:26)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Module.require (module.js:367:17)
fatal: no upstream configured for branch 'master'
fatal: no upstream configured for branch 'master'
-bash: [: 55d540eba0a5efa18bdaad19112caf63a0e1a584: unary operator expected
-bash: [: 55d540eba0a5efa18bdaad19112caf63a0e1a584: unary operator expected

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.

@zhaoshengjun
Copy link

I just fixed this issue by installing the missing module.

The issue is likely caused by ember-cli.

Should be easy to fix.

@NgxDev
Copy link

NgxDev commented Jun 24, 2016

#1186

@Splaktar
Copy link
Member

Duplicate of #1186. This should be closed.

filipesilva added a commit to filipesilva/angular-cli that referenced this issue Jun 30, 2016
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
filipesilva added a commit to filipesilva/angular-cli that referenced this issue Jun 30, 2016
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
filipesilva added a commit that referenced this issue Jun 30, 2016
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 #1186 (main issue)
Fix #1191
Fix #1201
Fix #1209
Fix #1207
Fix #1248
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants