Created
November 30, 2016 02:08
-
-
Save butchi/cc1c21b6850e35319059b1e69e4ff3a9 to your computer and use it in GitHub Desktop.
YARNが止まらない ref: http://qiita.com/butchi_y/items/a2e80ea73a9b2f927c48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ yarn | |
yarn install v0.17.8 | |
info No lockfile found. | |
[1/4] 🔍 Resolving packages... | |
warning [email protected]: Babel's CLI commands have been moved from the babel package to the babel-cli package | |
warning debowerify > bower > glob > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
warning browser-sync > resp-modifier > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue | |
warning debowerify > bower > bower-config > [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree. | |
warning debowerify > bower > insight > [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130 | |
warning debowerify > bower > request > [email protected]: use uuid module instead | |
warning browser-sync > localtunnel > request > [email protected]: use uuid module instead | |
warning debowerify > bower > update-notifier > latest-version > package-json > registry-url > [email protected]: this package has been reintegrated into npm and is now out of date with respect to npm | |
[2/4] 🚚 Fetching packages... | |
██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ 931/932 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ nvm install 6.9.1 | |
$ nvm alias default 6.9.1 | |
$ npm install -g yarn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment