dotfiles/bin/node-update

13 lines
279 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2021-08-04 18:33:19 +00:00
fnm uninstall 14
fnm uninstall 16
fnm install 14
fnm use 14
2021-08-19 14:11:34 +00:00
npm install -g yarn tldr pnpm npm-check-updates np node-gyp commitizen add-gitignore
2021-08-04 18:33:19 +00:00
fnm install 16
fnm use 16
2021-08-19 14:11:34 +00:00
npm install -g yarn tldr pnpm npm-check-updates np node-gyp commitizen add-gitignore