You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried downloading & installing today, using Node 10.16. Getting the following error:
$ npm run dev
> [email protected] dev /Users/matt/projects/avoriaz-jest-example
> node build/dev-server.js
/Users/matt/projects/avoriaz-jest-example/node_modules/webpack/lib/webpack.js:19
throw new WebpackOptionsValidationError(webpackOptionsValidationErrors);
^
WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration has an unknown property 'vue'. These properties are valid:
object { amd?, bail?, cache?, context?, dependencies?, devServer?, devtool?, entry, externals?, loader?, module?, name?, node?, output?, parallelism?, performance?, plugins?, profile?, recordsInputPath?, recordsOutputPath?, recordsPath?, resolve?, resolveLoader?, stats?, target?, watch?, watchOptions? }
After some googling, it seems like that error happens when upgrading from webpack 1 to webpack 2, but I see we're installing ^3.4.1 in package.json... I'm far from a webpack expert, so I'm not really sure how to proceed.
The text was updated successfully, but these errors were encountered:
Tried downloading & installing today, using Node 10.16. Getting the following error:
After some googling, it seems like that error happens when upgrading from webpack 1 to webpack 2, but I see we're installing ^3.4.1 in package.json... I'm far from a webpack expert, so I'm not really sure how to proceed.
The text was updated successfully, but these errors were encountered: