Skip to content

Instantly share code, notes, and snippets.

@RidaRidss
Last active August 31, 2018 08:38
Show Gist options
  • Select an option

  • Save RidaRidss/1e4626ca143461f1703538181baf611b to your computer and use it in GitHub Desktop.

Select an option

Save RidaRidss/1e4626ca143461f1703538181baf611b to your computer and use it in GitHub Desktop.

clean cache with

npm cache clean --force

install the latest version of npm globally as admin:

npm install -g npm@latest --force

clean cache with

npm cache clean --force

npm install with a force option to fetch remote resources even if a local copy exists on disk. Try running

npm install --force

fix audit issue

npm audit fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment