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

Example app no longer seems to run #4

Open
mattgrande opened this issue Aug 16, 2019 · 1 comment
Open

Example app no longer seems to run #4

mattgrande opened this issue Aug 16, 2019 · 1 comment

Comments

@mattgrande
Copy link

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.

@eddyerburgh
Copy link
Owner

It works fine for me with: yarn install && yarn test

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

2 participants