Created
January 22, 2024 08:01
-
-
Save GitaiQAQ/1932bd26205a802a65c8e257c030692e to your computer and use it in GitHub Desktop.
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
nvm use | |
npm install --location=global pnpm@${$(cat package.json | jq -r '.engines.pnpm // "latest"'):-latest} | |
npm install --location=global yarn@${$(cat package.json | jq -r '.engines.yarn // "latest"'):-latest} | |
npm install --location=global npm@${$(cat package.json | jq -r '.engines.npm // "latest"'):-latest} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment