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

following instructions fails. Seems to be problem with .babelrc #12

Open
kylebakerio opened this issue Mar 16, 2016 · 3 comments
Open

Comments

@kylebakerio
Copy link

When I follow these instructions to the letter, everything works until the step where we move things over to a .babelrc file and remove the options from the scripts. Then I get a

[nodemon] starting `babel-node lib/index.js`
/usr/local/lib/node_modules/babel/node_modules/babel-core/lib/transformation/file/options/option-manager.js:126
      if (!option) this.log.error("Unknown option: " + alias + "." + key, ReferenceError);
                           ^

TypeError: Cannot read property 'error' of undefined
    at OptionManager.mergeOptions (/usr/local/lib/node_modules/babel/node_modules/babel-core/lib/transformation/file/options/option-manager.js:126:28)

@showzyl
Copy link

showzyl commented Jul 4, 2016

maybe u can try rm -rf node_modules && npm i -d

@GiancarlosIO
Copy link

same here

@albertotorresfoltyn
Copy link

what you suggested didn't work (rm -fR)

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

4 participants