Closed nickclasener closed 5 years ago
I cloned the app and got a problem with building it. npm run dev
npm run dev
Solved it by using the removed package-lock.json
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. :)
I cloned the app and got a problem with building it.
npm run dev
Solved it by using the removed package-lock.json