wangdahoo / vonic-webpack-starter

A vonic starter with webpack template by vue-cli.
64 stars 30 forks source link

ERROR: dependency ./header not found on npm run dev #8

Open JosielFaleiros opened 6 years ago

JosielFaleiros commented 6 years ago

$npm run dev

vonic-webpack-starter@1.0.0 dev /home/kbig/ionic/vonic-webpack-starter node build/dev-server.js

(node:29047) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56 parseQuery() will be replaced with getOptions() in the next major version of loader-utils.

ERROR Failed to compile with 1 errors 11:10:10

This dependency was not found in node_modules:

Did you forget to run npm install --save for it?

Listening at http://localhost:8080

beardo01 commented 6 years ago

I am facing this issue too. Did you manage to create a fix?