Skip to content

Instantly share code, notes, and snippets.

@eamirgh
Last active May 11, 2018 14:07
Show Gist options
  • Save eamirgh/19f61cb46848bc11cbe8fa2b4cf196c9 to your computer and use it in GitHub Desktop.
Save eamirgh/19f61cb46848bc11cbe8fa2b4cf196c9 to your computer and use it in GitHub Desktop.
ubuntu laravel error on npm run dev
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