Skip to content

Instantly share code, notes, and snippets.

@vonnenaut
Last active May 20, 2021 06:38
Show Gist options
  • Save vonnenaut/9f890d71320f34b6bd64e344b22ea67e to your computer and use it in GitHub Desktop.
Save vonnenaut/9f890d71320f34b6bd64e344b22ea67e to your computer and use it in GitHub Desktop.
Package Managers

Yarn package Manager

Use these commands to address Dependabot alerts which require updating version of a package being used by a project

yarn config set [package] [version] [other options]
yarn install

https://classic.yarnpkg.com/en/docs/cli/config/

npm

apt

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