mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 17:40:19 +00:00
update dotfiles 11.2024
This commit is contained in:
14
install/node.sh
Normal file
14
install/node.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
# install latest node & yarn
|
||||
brew install node yarn
|
||||
|
||||
# install specific node versions
|
||||
brew install node@20
|
||||
brew install node@18
|
||||
|
||||
# Globally install with npm
|
||||
|
||||
packages=(
|
||||
prettier
|
||||
)
|
||||
|
||||
yarn global install "${packages[@]}"
|
||||
Reference in New Issue
Block a user