Last active
September 19, 2022 16:02
-
-
Save wnqueiroz/a7a94f8c622dd978e634e35e4a6f649b to your computer and use it in GitHub Desktop.
Audit packages with NPM (from Yarn project)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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