Update 200.install-npm-packages.sh
This commit is contained in:
parent
d287946335
commit
b11899c17a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue