PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

Error on gulp webpack #113

Closed ghernandez81 closed 7 years ago

ghernandez81 commented 8 years ago

i have this error running gulp webpack :

sui-seed-webpack/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
samithaf commented 8 years ago

Which env you are in? I have setup the project in osx without any issues. Few things that you can check, Node version ( I am using 4.2 ). Also you can try to update the babel version to 6.X and see if it solves the issue

fesor commented 7 years ago

I can't reproduce this issue. Since there is no any activity, I probably will close this. @ghernandez81 Please feel free to comment if you think that it should be reopened.

ghernandez81 commented 7 years ago

go ahead close it, it work for me now