File tree Expand file tree Collapse file tree 2 files changed +3
-21
lines changed
Expand file tree Collapse file tree 2 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 66source ./scripts/utils.sh
77. $HOME /.asdf/asdf.sh
88
9- echo_info " Installing node and npm packages..."
9+ echo_info " Setting node and npm packages..."
1010
1111# Install asdf nodejs plugin and nodejs
1212asdf plugin-add nodejs
@@ -17,23 +17,5 @@ asdf global nodejs system
1717mkdir ~ /.npm-global
1818npm config set prefix ' ~/.npm-global'
1919
20- # npm packages
21- PACKAGES=(
22- create-react-app
23- create-react-native-app
24- eslint
25- eslint-plugin-mdx
26- gulp-cli
27- prettier
28- sass
29- typescript
30- yalc
31- )
32-
33- for package in ${PACKAGES[@]}
34- do
35- npm install -g $package
36- done
37-
3820# Finish
39- echo_success " Finished node and npm packages settings."
21+ echo_success " Finished node settings."
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ bash ./scripts/apps.sh
1717# Install dotfiles
1818bash ./scripts/dotfiles.sh
1919
20- # Install node and npm packages
20+ # Setting node and npm packages
2121bash ./scripts/npm.sh
2222
2323# Generate SSH key
You can’t perform that action at this time.
0 commit comments