vsavkin / router_mailapp

114 stars 45 forks source link

Invalid configuration object #6

Open ghost opened 8 years ago

ghost commented 8 years ago

Win10, Already have NG2, Angular CLI installed globally. Pulled the most tonight & ran npm install & ng serve - got back a series of errors: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.

adrianwilson commented 7 years ago

This seems to be an issue with a new version of webpack, forcing the angular cli team to lock down an older version https://github.com/angular/angular-cli/issues/2234 Confirmed Installing angular-cli@1.0.0-beta.15 locally solves this issue.

npm i angular-cli@1.0.0-beta.15 -D