reinink / client-side-rendering-in-laravel

199 stars 36 forks source link

Building #5

Closed nickclasener closed 5 years ago

nickclasener commented 5 years ago

I cloned the app and got a problem with building it. npm run dev

Solved it by using the removed package-lock.json

reinink commented 5 years ago

Yup. Whenever you run into issues with npm, delete the lock file, delete the node modules folder, and start over.

See the Laravel Mix docs for full instructions. :)