[Vuejs]-Uncaught Error: Cannot find module 'web/static/js/app' from '/'

0👍

I don’t know if it helps you but I could not comment.

You may have forgotten to run these commands:

npm install --save vue vue-router
npm install --save-dev vue-brunch babel-plugin-transform-runtime

Unless you don’t install above dependencies the error will be the same as yours.

Leave a comment