Skip to content

Instantly share code, notes, and snippets.

@khoatran
Created October 3, 2017 06:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khoatran/75da6485ec690662e7f77e1952d89b5d to your computer and use it in GitHub Desktop.
Save khoatran/75da6485ec690662e7f77e1952d89b5d to your computer and use it in GitHub Desktop.
Fix Laravel mix strange issue spawn webpack.js ENOENT
rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment