Uh oh!
There was an error while loading. Please reload this page.
chore(webpack): fixes webpack to 2.1.0-beta.22 to avoid broken CLI - #2235
chore(webpack): fixes webpack to 2.1.0-beta.22 to avoid broken CLI#2235JohannesHoppe wants to merge 1 commit into
Conversation
Please pin the webpack version to v2.1.0-beta.22. Beta-23 of webpack has breaking changes: https://github.com/webpack/webpack/releases/tag/v2.1.0-beta.23 see #2234 for error log The evil `^` was introduced in #2011
filipesilva
commented
Sep 20, 2016
Thanks for the quick debug, investigation and PR. I pinned these and a few more in #2236, also pinned them in the subpackage list. |
JohannesHoppe
commented
Sep 20, 2016
😄 welcome! |
wuxiaolan91
commented
Oct 28, 2016
我的webpack版本是 "webpack": "^2.1.0-beta.25",,但是还是碰到了报这个错“WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.” |
JohannesHoppe
commented
Oct 28, 2016
not yet again! ^_^ |
aeron11
commented
Mar 24, 2017
I tried these steps and finally it works: npm uninstall webpack --save-dev then npm install webpack@2.1.0-beta.22 --save-dev |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Please pin the webpack version to v2.1.0-beta.22.
Beta-23 of webpack has breaking changes: https://github.com/webpack/webpack/releases/tag/v2.1.0-beta.23
see #2234 for error log
The evil
^was introduced in #2011