hootlex / vuejs-form-validation-example

The Source Code of Vue.js form validation tutorial.
80 stars 29 forks source link

Unable to `npm run dev` #1

Closed SKempin closed 7 years ago

SKempin commented 7 years ago

Unable to npm run dev :


$ npm run dev

> validation-example@ dev C:\vuejs-form-validation-example
> webpack-dev-server --inline --hot

Invalid configuration object. Webpack has been initialised using a configuration                                          object that does not match the API schema.
 - configuration.resolveLoader has an unknown property 'root'. These properties                                          are valid:
   object { alias?, aliasFields?, cachePredicate?, descriptionFiles?, enforceExt                                         ension?, enforceModuleExtension?, extensions?, fileSystem?, mainFields?, mainFil                                         es?, moduleExtensions?, modules?, plugins?, resolver?, symlinks?, unsafeCache?,                                          useSyncFileSystemCalls? }
brandonn1231 commented 7 years ago

im getting this issue too. @hootlex any solution?

sumtui commented 7 years ago

I get this error as well.

hootlex commented 7 years ago

I've fixed this issue by updating Webpack's version and config. It should be working now.