egoist / vue-isomorphic-starter

Vue server-side rendering in real life. ~(≧▽≦)/~
https://vue-isomorphic-starter-qxtbclbzmw.now.sh/
146 stars 13 forks source link

Cannot resolve 'file' or 'directory' webkpack assets #6

Closed nicgutierrez closed 8 years ago

nicgutierrez commented 8 years ago

Hi there

I'm getting the following error after running 'npm run dev'

ERROR in ./server/index.js
Module not found: Error: Cannot resolve 'file' or 'directory' ../build/webpack-assets in /Applications/MAMP/htdocs/insegreto/iso/server @ ./server/index.js 37:21-55
egoist commented 8 years ago

Try running npm run build:clientbefore than

nicgutierrez commented 8 years ago

Thanks @egoist , that fixed the problem. My local copy now has the same issue of your online demo: js and css

/static/main.bc1df980fc5e7d5bf29209fb7730e827.css and /static/bundle.909a05244e309f490073.js not found.

Thanks :)