Skip to content

Instantly share code, notes, and snippets.

@wnqueiroz
Last active September 19, 2022 16:02
Show Gist options
  • Save wnqueiroz/a7a94f8c622dd978e634e35e4a6f649b to your computer and use it in GitHub Desktop.
Save wnqueiroz/a7a94f8c622dd978e634e35e4a6f649b to your computer and use it in GitHub Desktop.
Audit packages with NPM (from Yarn project)
rm -rf node_modules yarn.lock
yarn
npm i --package-lock-only
npm audit fix
yarn import
rm package-lock.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment