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? #104

Closed
dagumak opened this issue May 6, 2015 · 4 comments
Closed

Cannot find module? #104

dagumak opened this issue May 6, 2015 · 4 comments

Comments

@dagumak
Copy link

dagumak commented May 6, 2015

Clean repo, and following the readme yielded the following error:

node_modules/webpack/node_modules/webpack-core/lib/NormalModuleMixin.js:206
                    throw e;
                          ^
Error: Cannot find module 'to-fast-properties'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/Users/douglasmak/personal/showtracker/node_modules/babel-core/lib/babel/types/index.js:81:25)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
@dagumak
Copy link
Author

dagumak commented May 7, 2015

I got this working after upgrading my node from 0.10.35 to the latest. Same with NPM.

@dagumak dagumak closed this as completed May 7, 2015
@ipochi
Copy link

ipochi commented May 10, 2015

i get the same error , I am on node version 0.12.2 and npm 2.9.0

@dagumak
Copy link
Author

dagumak commented May 10, 2015

Try
npm cache clean && rm -rf ./node_modules && npm install

@elkebirmed
Copy link

Just uninstall babel-core and install it again

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