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 './lib/babel/api/register/node' #11

Closed
hferee opened this issue May 15, 2015 · 1 comment
Closed

Cannot find module './lib/babel/api/register/node' #11

hferee opened this issue May 15, 2015 · 1 comment

Comments

@hferee
Copy link

hferee commented May 15, 2015

npm: 2.9.1
node: 0.10.38

npm install goes without errors, only a few warnings of the form:
requires parseuri@'0.0.4' but will load

However, npm start halts on:

Error: Cannot find module './lib/babel/api/register/node'
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. (/home/pi/filepizza/node_modules/babel/register.js:1:80)
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)`

@kern
Copy link
Owner

kern commented May 17, 2015

Seems to be an issue with older versions of Node. I've bumped the version requirement to 0.12.x in 0cff73a.

@kern kern closed this as completed May 17, 2015
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

2 participants