mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
spawn-sync
now dedupes to the top level with this group of packages.
This commit is contained in:
parent
3cfa1ed4e1
commit
fe044c5e3b
@ -7,7 +7,7 @@ die () { echo "$@" ; exit 1; }
|
|||||||
nvm use 0.10.28
|
nvm use 0.10.28
|
||||||
(cd test-npmlink && npm link)
|
(cd test-npmlink && npm link)
|
||||||
|
|
||||||
EXPECTED_PACKAGES="autoprefixer bower david eslint grunt-cli grunth-cli http-server jshint marked node-gyp npmlist recursive-blame test-npmlink uglify-js yo"
|
EXPECTED_PACKAGES="autoprefixer bower david eslint grunt-cli grunth-cli http-server jshint marked node-gyp npmlist recursive-blame spawn-sync test-npmlink uglify-js yo"
|
||||||
|
|
||||||
echo "$EXPECTED_PACKAGES" | xargs npm install -g --quiet
|
echo "$EXPECTED_PACKAGES" | xargs npm install -g --quiet
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user