[Vuejs]-Fail to install npm packages if i keep the package-lock.json file, npm ERR! errno -4048 after type npm install

2👍

Please try remove modules and install again.

  1. rm -rf node_modules
  2. npm cache clean --force
  3. npm install

Leave a comment