TheWebFosters/project-camp

Failing Build

Opened this issue · 1 comments

Why does npm install && npm run dev fail?

@maina401 follow these steps

  1. Delete composer.lock and package-lock.json files

  2. Run composer update

  3. Run npm install && npm run dev

It should work now. The reason the npm commands are not working is the package-lock.json file and it has nothing to do with composer.

I am using node 12. Have not tried other versions.