Update 200.install-npm-packages.sh

This commit is contained in:
Jeffrey Paul 2019-11-18 04:36:29 -08:00 committed by GitHub
parent d287946335
commit b11899c17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions

View File

@ -3,19 +3,9 @@
# set up paths and whatnot
source $HOME/.profile
NPM_PKGS="
coffee-script
yarn
"
for PKG in $NPM_PKGS ; do
# -g is okay because "global" prefix is where homebrew
# installed npm, i.e. in ~/Library/Homebrew, not actually systemwide
npm install -g $PKG
done
YARN_PKGS="
now
prettier
"
for PKG in $YARN_PKGS ; do