andyleach / vue-flash

A flash messaging component for Vue.js
MIT License
45 stars 4 forks source link

npm run error #12

Open devinhyden opened 7 years ago

devinhyden commented 7 years ago

@andyleach I just cloned your repo, ran 'npm run dev' and received a compling error

This dependency was not found:

* /var/www/html/tmp/vue-flash/demo/src/app.js in multi ./demo/src/app.js

I changed your webpack.mix.js from

mix.js('demo/src/app.js', 'demo') > mix.js('demo/app.js', 'demo')

then I was able to run 'npm run dev' successfully.