Skip to content

Instantly share code, notes, and snippets.

@sotayamashita
Created October 21, 2016 11:10
Show Gist options
  • Save sotayamashita/f0b458fc4fe2b4257294b40d8cf82b9c to your computer and use it in GitHub Desktop.
Save sotayamashita/f0b458fc4fe2b4257294b40d8cf82b9c to your computer and use it in GitHub Desktop.
```bash
sota at Sotas-MacBook-Pro in ~/Documents/workspace/dotgames-server on feature/show-campagin-spot [?]
❯ npm cache clean; and rm -rf node_module 20:07
sota at Sotas-MacBook-Pro in ~/Documents/workspace/dotgames-server on feature/show-campagin-spot [?]
❯ yarn 7s 122ms
yarn install v0.15.1
info No lockfile found.
[1/4] πŸ” Resolving packages...
warning gulp-environments > gulp-if > gulp-match > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning gulp-sass-bulk-import > glob > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning gulp-csscomb > csscomb > csscomb-core > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning pre-commit > cross-spawn > [email protected]: cross-spawn no longer requires a build toolchain, use it instead!
warning gulp-csscomb > csscomb > csscomb-core > vow-fs > glob > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning gulp-sass-bulk-import > vinyl-fs > glob-watcher > gaze > globule > glob > [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 laravel-elixir > browser-sync > localtunnel > request > [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
warning laravel-elixir > gulp-phpunit > gulp-messenger > [email protected]: No longer sponsored by CT - please visit http://niftylettuce.com for more info
[2/4] 🚚 Fetching packages...
warning [email protected]: The engine "rhino" appears to be invalid.
warning [email protected]: The engine "rhino" appears to be invalid.
warning [email protected]: The engine "rhino" appears to be invalid.
[3/4] πŸ”— Linking dependencies...
[4/4] πŸ“ƒ Building fresh packages...
success Saved lockfile.
✨ Done in 101.60s.
```
```bash
sota at Sotas-MacBook-Pro in ~/Documents/workspace/dotgames-server on feature/show-campagin-spot [?]
❯ yarn 1m 41s 963ms
yarn install v0.15.1
success Already up-to-date.
✨ Done in 0.17s.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment