-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Couldn't find babel or babel-core #171
Comments
Check you have babel in your /node_modules/ path. If not,
|
I haven't added this to the README yet, but this comment should help you understand what babel is actually used #130 (comment) |
Hi, sorry, forgot to mention, of course I did install babel. But I guess this happens because I'm using NVM, so my packages lying under ~/.nvm/versions/v0.12.7/lib/node_modules |
@floriandotorg when it comes to looking for a global babel install, it looks in the standard places – so not in the nvm directory. You can specify the |
I'm on Windows 7, and I had to:
|
This functionality is going away soon. See #293. |
Hi,
I'm constantly getting "Couldn't find babel or babel-core" when I try to transform a file.
Babel as well as babel-ore are globally installed.
The text was updated successfully, but these errors were encountered: