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

Cannot find module 'ember-cli-version-checker' #62

Open
quangv opened this issue Aug 11, 2016 · 3 comments
Open

Cannot find module 'ember-cli-version-checker' #62

quangv opened this issue Aug 11, 2016 · 3 comments

Comments

@quangv
Copy link

quangv commented Aug 11, 2016

I get this error on ember install ember-gestures

$ ember install ember-gestures
Installed packages for tooling via npm.
Cannot find module 'ember-cli-version-checker'
Error: Cannot find module 'ember-cli-version-checker'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/home/quang/dev/org/client/node_modules/ember-gestures/blueprints/ember-gestures/index.js:1:84)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
ember-cli: 2.6.3
node: 4.4.7
os: linux x64
@quangv
Copy link
Author

quangv commented Aug 11, 2016

seems like not alone #55

@devinrhode2
Copy link

devinrhode2 commented Sep 8, 2016

Doing just npm install ember-cli-version-checker --save-dev seems to work around the issue.

@0000marcell
Copy link

@devinrhode2 yes it works, i had to reinstall everything but it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants