laravel-mix / laravel-mix

The power of webpack, distilled for the rest of us.
MIT License
5.26k stars 810 forks source link

npm run dev error #1016

Closed tillkruss closed 7 years ago

tillkruss commented 7 years ago

Description:

Running npm run dev causes the error show below. I've tried rm -rf node_modules && npm cache clear --force.

npm run dev

> @ dev /Users/Till/Development/Sites/xxx
> cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js

events.js:182
      throw er; // Unhandled 'error' event
      ^

Error: spawn node_modules/webpack/bin/webpack.js ENOENT
    at exports._errnoException (util.js:1022:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:189:19)
    at onErrorNT (internal/child_process.js:366:16)
    at _combinedTickCallback (internal/process/next_tick.js:102:11)
    at process._tickCallback (internal/process/next_tick.js:161:9)
    at Function.Module.runMain (module.js:607:11)
    at startup (bootstrap_node.js:158:16)
    at bootstrap_node.js:575:3
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ dev: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/Till/.npm/_logs/2017-07-18T19_03_57_277Z-debug.log
tillkruss commented 7 years ago

I tried downgrading to NPM 5.1.0, same error. This is the error log:

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/8.1.4/bin/node',
1 verbose cli   '/usr/local/bin/npm',
1 verbose cli   'run',
1 verbose cli   'dev' ]
2 info using npm@5.1.0
3 info using node@v8.1.4
4 verbose run-script [ 'predev', 'dev', 'postdev' ]
5 info lifecycle @~predev: @
6 info lifecycle @~dev: @
7 verbose lifecycle @~dev: unsafe-perm in lifecycle true
8 verbose lifecycle @~dev: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/Till/Development/Sites/xxx/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/Till/.composer/vendor/bin:/Users/Till/.yarn/bin:/Users/Till/.composer/vendor/bin:/Users/Till/Development/Go/bin:/usr/local/opt/curl/bin
9 verbose lifecycle @~dev: CWD: /Users/Till/Development/Sites/xxx
10 silly lifecycle @~dev: Args: [ '-c',
10 silly lifecycle   'cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js' ]
11 info lifecycle @~dev: Failed to exec dev script
12 verbose stack Error: @ dev: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js`
12 verbose stack spawn ENOENT
12 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:33:16)
12 verbose stack     at emitTwo (events.js:125:13)
12 verbose stack     at ChildProcess.emit (events.js:213:7)
12 verbose stack     at maybeClose (internal/child_process.js:897:16)
12 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
13 verbose pkgid @
14 verbose cwd /Users/Till/Development/Sites/xxx
15 verbose Darwin 16.6.0
16 verbose argv "/usr/local/Cellar/node/8.1.4/bin/node" "/usr/local/bin/npm" "run" "dev"
17 verbose node v8.1.4
18 verbose npm  v5.1.0
19 error file sh
20 error code ELIFECYCLE
21 error errno ENOENT
22 error syscall spawn
23 error @ dev: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js`
23 error spawn ENOENT
24 error Failed at the @ dev script.
24 error This is probably not a problem with npm. There is likely additional logging output above.
25 verbose exit [ 1, true ]
mboisvertdupras commented 7 years ago

I can confirm this issue affects me as well. Last known working version for me is 1.1.*

npm run dev

> @ dev /home/x/Documents/Development/x
> npm run development

> @ development /home/x/Documents/Development/x
> cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js

events.js:182
      throw er; // Unhandled 'error' event
      ^

Error: spawn node_modules/webpack/bin/webpack.js ENOENT
    at exports._errnoException (util.js:1022:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:189:19)
    at onErrorNT (internal/child_process.js:366:16)
    at _combinedTickCallback (internal/process/next_tick.js:102:11)
    at process._tickCallback (internal/process/next_tick.js:161:9)
    at Function.Module.runMain (module.js:607:11)
    at startup (bootstrap_node.js:158:16)
    at bootstrap_node.js:575:3
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ development: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @ development script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/x/.npm/_logs/2017-07-19T09_10_58_764Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ dev: `npm run development`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @ dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/x/.npm/_logs/2017-07-19T09_10_58_772Z-debug.log
samfrjn11 commented 7 years ago

Same..;

1 verbose cli [ '/usr/local/bin/node',
1 verbose cli   '/usr/local/bin/npm',
1 verbose cli   'run',
1 verbose cli   'development' ]
2 info using npm@5.3.0
3 info using node@v8.1.4
4 verbose run-script [ 'predevelopment', 'development', 'postdevelopment' ]
5 info lifecycle @~predevelopment: @
6 info lifecycle @~development: @
7 verbose lifecycle @~development: unsafe-perm in lifecycle true
8 verbose lifecycle @~development: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/samsmekens/Dropbox/Teammap van S3S/VisualS3/projecten/2016/S3S/dev/Website_2016/new source/node_modules/.bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/samsmekens/Dropbox/Teammap van S3S/VisualS3/projecten/2016/S3S/dev/Website_2016/new source/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
9 verbose lifecycle @~development: CWD: /Users/samsmekens/Dropbox/Teammap van S3S/VisualS3/projecten/2016/S3S/dev/Website_2016/new source
10 silly lifecycle @~development: Args: [ '-c',
10 silly lifecycle   'cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js' ]
11 silly lifecycle @~development: Returned: code: 2  signal: null
12 info lifecycle @~development: Failed to exec development script
13 verbose stack Error: @ development: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js`
13 verbose stack Exit status 2
13 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:289:16)
13 verbose stack     at emitTwo (events.js:125:13)
13 verbose stack     at EventEmitter.emit (events.js:213:7)
13 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
13 verbose stack     at emitTwo (events.js:125:13)
13 verbose stack     at ChildProcess.emit (events.js:213:7)
13 verbose stack     at maybeClose (internal/child_process.js:897:16)
13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
14 verbose pkgid @
15 verbose cwd /Users/samsmekens/Dropbox/Teammap van S3S/VisualS3/projecten/2016/S3S/dev/Website_2016/new source
16 verbose Darwin 16.0.0
17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "development"
18 verbose node v8.1.4
19 verbose npm  v5.3.0
20 error code ELIFECYCLE
21 error errno 2
22 error @ development: `cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js`
22 error Exit status 2
23 error Failed at the @ development script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 2, true ]
JeffreyWay commented 7 years ago

Please try:

rm -rf node_modules
rm package-lock.json
npm cache clear --force
npm install
tillkruss commented 7 years ago

Thanks a lot!

nouh-ayadi commented 6 years ago

Fonctionne pas

nouh-ayadi commented 6 years ago

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! yt-devmeetup-vue@1.0.0 dev: node build/dev-server.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the yt-devmeetup-vue@1.0.0 dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /Users/nouh/.npm/_logs/2017-11-14T12_41_32_305Z-debug.log

banjin commented 6 years ago

may be because the memery is not enough

nick1740 commented 6 years ago

Getting this error, please help.

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! ng2-search-filter@0.3.1 postinstall: typings install npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the ng2-search-filter@0.3.1 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

AndrewUA21 commented 6 years ago

I had the same problem on Ubuntu, I decided so : looked at what process on the port: fuser -nv tcp 3000 (My port 3000) and kill this process on this port: fuser -i -k 3000/tcp after start npm : npm run dev and it all worked

huenisys commented 6 years ago

That's from the pesky browsersync

dchandia commented 6 years ago

try this:

See https://git.io/v5vcn for more information, either install watchman or run the following snippet:

sudo sysctl -w kern.maxfiles=5242880 sudo sysctl -w kern.maxfilesperproc=524288

sonaskyla12 commented 6 years ago

please help me ...currently i m working on windows with npm -v =5.3.0 and node -v =v10.4.0 and i m getting this error 'nodemon' is not recognized as an internal and external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! erno 1 npm ERR! mernstack@1.0.0 server : 'nodemon server js' npm ERR! Exit status 1 npm ERR! failed at the mernstack@1.0.0 server script npm ERR! this probably not the problem with npm .There is additional logging output above npm ERR! A complete log of this run can be found in : C:\User\shubhendu\APPdata\roaming\npm-cache_logs\2018-06-22T03_20_40_649Z-debug.log please help me i m also facing the same problem

sonaskyla12 commented 6 years ago

please help me......i not able to carry on my work

angeldelacruzdev commented 6 years ago

@sonaskyla12

rm -rf node_modules rm package-lock.json npm cache clear --force npm install

netwons commented 6 years ago

this code does not work please help me

alexeydg commented 6 years ago

use yarn, be happy

netwons commented 6 years ago

When installing yarn this error Errors were encountered while processing: /var/cache/apt/archives/yarn_1.7.0-1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1)

AmorRui commented 6 years ago

xxx。。。。 npm run build

webpack-app@1.0.0 build /Users/amor/Desktop/xxx。。。。 webpack -p

sh: webpack: command not found npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! webpack-app@1.0.0 build: webpack -p npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the webpack-app@1.0.0 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /Users/amor/.npm/_logs/2018-07-22T07_36_17_241Z-debug.log

AmorRui commented 6 years ago

please help me......i not able to carry on my work

Rokesh20 commented 5 years ago

Hi guyz, I'm also having this same error

C:\Users\ROKESH\source\repos\mreact\mreact\Scripts\Reacts\node_modules\webpack-cli\bin\webpack.js:242 throw err; ^

ReferenceError: modules is not defined at Object. (C:\Users\ROKESH\source\repos\mreact\mreact\Scripts\Reacts\webpack.config.js:1:63) at Module._compile (C:\Users\ROKESH\source\repos\mreact\mreact\Scripts\Reacts\node_modules\v8-compile-cache\v8-compile-cache.js:178:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Module.require (module.js:596:17) at require (C:\Users\ROKESH\source\repos\mreact\mreact\Scripts\Reacts\node_modules\v8-compile-cache\v8-compile-cache.js:159:20) at WEBPACK_OPTIONS (C:\Users\ROKESH\source\repos\mreact\mreact\Scripts\Reacts\node_modules\webpack-cli\bin\convert-argv.js:133:13) at requireConfig (C:\Users\ROKESH\source\repos\mreact\mreact\Scripts\Reacts\node_modules\webpack-cli\bin\convert-argv.js:135:6) at C:\Users\ROKESH\source\repos\mreact\mreact\Scripts\Reacts\node_modules\webpack-cli\bin\convert-argv.js:142:17 at Array.forEach () at module.exports (C:\Users\ROKESH\source\repos\mreact\mreact\Scripts\Reacts\node_modules\webpack-cli\bin\convert-argv.js:140:15) at yargs.parse (C:\Users\ROKESH\source\repos\mreact\mreact\Scripts\Reacts\node_modules\webpack-cli\bin\webpack.js:239:39) at Object.parse (C:\Users\ROKESH\source\repos\mreact\mreact\Scripts\Reacts\node_modules\yargs\yargs.js:552:18) at C:\Users\ROKESH\source\repos\mreact\mreact\Scripts\Reacts\node_modules\webpack-cli\bin\webpack.js:217:8 at Object. (C:\Users\ROKESH\source\repos\mreact\mreact\Scripts\Reacts\node_modules\webpack-cli\bin\webpack.js:514:3) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object. (C:\Users\ROKESH\source\repos\mreact\mreact\Scripts\Reacts\node_modules\webpack\bin\webpack.js:80:2) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! Reacts@1.0.0 build: webpack npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the Reacts@1.0.0 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\ROKESH\AppData\Roaming\npm-cache_logs\2018-08-09T23_50_49_899Z-debug.log

Can anyone here please help me?

Rokesh20 commented 5 years ago

I was trying to integrate React JS wih babel and webpack in visual studio asp.net mvc5. It would be really helpful if someone help me in this issue..

MohammedShwani commented 5 years ago

I tried upgrading npm, then it worked for me npm i npm@latest -g

alfielytorres commented 5 years ago

Same here mine wont work

0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', 1 verbose cli '/usr/local/bin/npm', 1 verbose cli 'install', 1 verbose cli '-g', 1 verbose cli 'learnyounode' ] 2 info using npm@6.2.0 3 info using node@v10.9.0 4 verbose npm-session 1d0fcbeb604c6849 5 silly install loadCurrentTree 6 silly install readGlobalPackageData 7 http fetch GET 200 https://registry.npmjs.org/learnyounode 289ms 8 silly pacote tag manifest for learnyounode@latest fetched in 304ms 9 timing stage:loadCurrentTree Completed in 427ms 10 silly install loadIdealTree 11 silly install cloneCurrentTreeToIdealTree 12 timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms 13 silly install loadShrinkwrap 14 timing stage:loadIdealTree:loadShrinkwrap Completed in 1ms 15 silly install loadAllDepsIntoIdealTree 16 silly resolveWithNewModule learnyounode@3.5.10 checking installable status 17 http fetch GET 200 https://registry.npmjs.org/after 77ms 18 silly pacote range manifest for after@~0.8.1 fetched in 81ms 19 silly resolveWithNewModule after@0.8.2 checking installable status 20 http fetch GET 200 https://registry.npmjs.org/bl 176ms 21 silly pacote range manifest for bl@^1.1.2 fetched in 179ms 22 silly resolveWithNewModule bl@1.2.2 checking installable status 23 http fetch GET 200 https://registry.npmjs.org/through2 119ms 24 http fetch GET 200 https://registry.npmjs.org/colors-tmpl 199ms 25 http fetch GET 200 https://registry.npmjs.org/combined-stream 199ms 26 http fetch GET 200 https://registry.npmjs.org/boganipsum 200ms 27 http fetch GET 200 https://registry.npmjs.org/concat-stream 200ms 28 silly pacote range manifest for colors-tmpl@^1.0.0 fetched in 209ms 29 warn deprecated colors-tmpl@1.0.0: no longer maintained 30 silly resolveWithNewModule colors-tmpl@1.0.0 checking installable status 31 silly pacote range manifest for combined-stream@^1.0.5 fetched in 211ms 32 silly resolveWithNewModule combined-stream@1.0.6 checking installable status 33 silly pacote range manifest for through2@^2.0.1 fetched in 132ms 34 silly resolveWithNewModule through2@2.0.3 checking installable status 35 silly pacote range manifest for boganipsum@~0.1.0 fetched in 212ms 36 warn deprecated boganipsum@0.1.0: no longer maintained 37 silly resolveWithNewModule boganipsum@0.1.0 checking installable status 38 silly pacote range manifest for concat-stream@^1.5.1 fetched in 214ms 39 silly resolveWithNewModule concat-stream@1.6.2 checking installable status 40 http fetch GET 200 https://registry.npmjs.org/duplexer 217ms 41 http fetch GET 200 https://registry.npmjs.org/rimraf 218ms 42 http fetch GET 200 https://registry.npmjs.org/hyperquest 220ms 43 silly pacote range manifest for duplexer@^0.1.1 fetched in 224ms 44 silly resolveWithNewModule duplexer@0.1.1 checking installable status 45 silly pacote range manifest for hyperquest@^2.0.0 fetched in 225ms 46 silly resolveWithNewModule hyperquest@2.1.3 checking installable status 47 http fetch GET 200 https://registry.npmjs.org/through 228ms 48 silly pacote range manifest for through@^2.3.8 fetched in 231ms 49 silly resolveWithNewModule through@2.3.8 checking installable status 50 http fetch GET 200 https://registry.npmjs.org/through2-map 79ms 51 silly pacote range manifest for through2-map@^3.0.0 fetched in 81ms 52 silly resolveWithNewModule through2-map@3.0.0 checking installable status 53 http fetch GET 200 https://registry.npmjs.org/workshopper-exercise 92ms 54 silly pacote range manifest for workshopper-exercise@^3.0.1 fetched in 113ms 55 silly resolveWithNewModule workshopper-exercise@3.0.1 checking installable status 56 http fetch GET 200 https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz 107ms 57 silly pacote range manifest for rimraf@^2.5.4 fetched in 330ms 58 silly resolveWithNewModule rimraf@2.6.2 checking installable status 59 http fetch GET 200 https://registry.npmjs.org/workshopper-wrappedexec 123ms 60 silly pacote range manifest for workshopper-wrappedexec@~0.1.1 fetched in 126ms 61 silly resolveWithNewModule workshopper-wrappedexec@0.1.3 checking installable status 62 http fetch GET 200 https://registry.npmjs.org/workshopper-adventure 170ms 63 silly pacote range manifest for workshopper-adventure@^6.0.0 fetched in 173ms 64 silly resolveWithNewModule workshopper-adventure@6.0.4 checking installable status 65 http fetch GET 200 https://registry.npmjs.org/safe-buffer 68ms 66 silly pacote range manifest for safe-buffer@^5.1.1 fetched in 71ms 67 silly resolveWithNewModule safe-buffer@5.1.2 checking installable status 68 http fetch GET 200 https://registry.npmjs.org/readable-stream 167ms 69 silly pacote range manifest for readable-stream@^2.3.5 fetched in 171ms 70 silly resolveWithNewModule readable-stream@2.3.6 checking installable status 71 http fetch GET 200 https://registry.npmjs.org/core-util-is 46ms 72 silly pacote range manifest for core-util-is@~1.0.0 fetched in 49ms 73 silly resolveWithNewModule core-util-is@1.0.2 checking installable status 74 http fetch GET 200 https://registry.npmjs.org/string_decoder 59ms 75 silly pacote range manifest for string_decoder@~1.1.1 fetched in 62ms 76 silly resolveWithNewModule string_decoder@1.1.1 checking installable status 77 http fetch GET 200 https://registry.npmjs.org/inherits 94ms 78 http fetch GET 200 https://registry.npmjs.org/process-nextick-args 95ms 79 http fetch GET 200 https://registry.npmjs.org/util-deprecate 97ms 80 silly pacote range manifest for inherits@~2.0.3 fetched in 99ms 81 silly resolveWithNewModule inherits@2.0.3 checking installable status 82 http fetch GET 200 https://registry.npmjs.org/isarray 99ms 83 silly pacote range manifest for process-nextick-args@~2.0.0 fetched in 101ms 84 silly resolveWithNewModule process-nextick-args@2.0.0 checking installable status 85 silly pacote range manifest for util-deprecate@~1.0.1 fetched in 101ms 86 silly resolveWithNewModule util-deprecate@1.0.2 checking installable status 87 silly pacote range manifest for isarray@~1.0.0 fetched in 103ms 88 silly resolveWithNewModule isarray@1.0.0 checking installable status 89 http fetch GET 200 https://registry.npmjs.org/colors 112ms 90 silly pacote range manifest for colors@~1.0.2 fetched in 115ms 91 silly resolveWithNewModule colors@1.0.3 checking installable status 92 http fetch GET 200 https://registry.npmjs.org/delayed-stream 59ms 93 silly pacote range manifest for delayed-stream@~1.0.0 fetched in 62ms 94 silly resolveWithNewModule delayed-stream@1.0.0 checking installable status 95 http fetch GET 200 https://registry.npmjs.org/buffer-from 101ms 96 silly pacote range manifest for buffer-from@^1.0.0 fetched in 104ms 97 silly resolveWithNewModule buffer-from@1.1.1 checking installable status 98 http fetch GET 200 https://registry.npmjs.org/typedarray 108ms 99 silly pacote range manifest for typedarray@^0.0.6 fetched in 111ms 100 silly resolveWithNewModule typedarray@0.0.6 checking installable status 101 silly pacote range manifest for buffer-from@^0.1.1 fetched in 5ms 102 silly resolveWithNewModule buffer-from@0.1.2 checking installable status 103 silly pacote range manifest for through2@~0.6.3 fetched in 4ms 104 silly resolveWithNewModule through2@0.6.5 checking installable status 105 http fetch GET 200 https://registry.npmjs.org/duplexer2 138ms 106 silly pacote range manifest for duplexer2@~0.0.2 fetched in 141ms 107 silly resolveWithNewModule duplexer2@0.0.2 checking installable status 108 silly pacote range manifest for readable-stream@~1.1.9 fetched in 3ms 109 silly resolveWithNewModule readable-stream@1.1.14 checking installable status 110 silly pacote version manifest for isarray@0.0.1 fetched in 4ms 111 silly resolveWithNewModule isarray@0.0.1 checking installable status 112 silly pacote range manifest for string_decoder@~0.10.x fetched in 4ms 113 silly resolveWithNewModule string_decoder@0.10.31 checking installable status 114 silly pacote range manifest for readable-stream@>=1.0.33-1 <1.1.0-0 fetched in 5ms 115 silly resolveWithNewModule readable-stream@1.0.34 checking installable status 116 http fetch GET 200 https://registry.npmjs.org/xtend 64ms 117 silly pacote range manifest for xtend@>=4.0.0 <4.1.0-0 fetched in 67ms 118 silly resolveWithNewModule xtend@4.0.1 checking installable status 119 silly pacote version manifest for isarray@0.0.1 fetched in 2ms 120 silly resolveWithNewModule isarray@0.0.1 checking installable status 121 silly pacote range manifest for string_decoder@~0.10.x fetched in 2ms 122 silly resolveWithNewModule string_decoder@0.10.31 checking installable status 123 http fetch GET 200 https://registry.npmjs.org/glob 359ms 124 silly pacote range manifest for glob@^7.0.5 fetched in 364ms 125 silly resolveWithNewModule glob@7.1.3 checking installable status 126 http fetch GET 200 https://registry.npmjs.org/inflight 57ms 127 http fetch GET 200 https://registry.npmjs.org/fs.realpath 59ms 128 silly pacote range manifest for inflight@^1.0.4 fetched in 60ms 129 silly resolveWithNewModule inflight@1.0.6 checking installable status 130 silly pacote range manifest for fs.realpath@^1.0.0 fetched in 65ms 131 silly resolveWithNewModule fs.realpath@1.0.0 checking installable status 132 http fetch GET 200 https://registry.npmjs.org/once 65ms 133 silly pacote range manifest for once@^1.3.0 fetched in 67ms 134 silly resolveWithNewModule once@1.4.0 checking installable status 135 http fetch GET 200 https://registry.npmjs.org/path-is-absolute 68ms 136 silly pacote range manifest for path-is-absolute@^1.0.0 fetched in 70ms 137 silly resolveWithNewModule path-is-absolute@1.0.1 checking installable status 138 http fetch GET 200 https://registry.npmjs.org/minimatch 124ms 139 silly pacote range manifest for minimatch@^3.0.4 fetched in 127ms 140 silly resolveWithNewModule minimatch@3.0.4 checking installable status 141 http fetch GET 200 https://registry.npmjs.org/wrappy 63ms 142 silly pacote range manifest for wrappy@1 fetched in 65ms 143 silly resolveWithNewModule wrappy@1.0.2 checking installable status 144 http fetch GET 200 https://registry.npmjs.org/brace-expansion 81ms 145 silly pacote range manifest for brace-expansion@^1.1.7 fetched in 83ms 146 silly resolveWithNewModule brace-expansion@1.1.11 checking installable status 147 http fetch GET 200 https://registry.npmjs.org/concat-map 66ms 148 silly pacote version manifest for concat-map@0.0.1 fetched in 68ms 149 silly resolveWithNewModule concat-map@0.0.1 checking installable status 150 http fetch GET 200 https://registry.npmjs.org/balanced-match 75ms 151 silly pacote range manifest for balanced-match@^1.0.0 fetched in 78ms 152 silly resolveWithNewModule balanced-match@1.0.0 checking installable status 153 http fetch GET 200 https://registry.npmjs.org/combined-stream-wait-for-it 72ms 154 silly pacote range manifest for combined-stream-wait-for-it@^1.1.0 fetched in 75ms 155 silly resolveWithNewModule combined-stream-wait-for-it@1.1.0 checking installable status 156 http fetch GET 200 https://registry.npmjs.org/commandico 81ms 157 silly pacote range manifest for commandico@^2.0.2 fetched in 84ms 158 silly resolveWithNewModule commandico@2.0.3 checking installable status 159 http fetch GET 200 https://registry.npmjs.org/simple-terminal-menu 89ms 160 silly pacote range manifest for simple-terminal-menu@^1.1.3 fetched in 92ms 161 silly resolveWithNewModule simple-terminal-menu@1.1.3 checking installable status 162 http fetch GET 200 https://registry.npmjs.org/latest-version 95ms 163 silly pacote range manifest for latest-version@^3.0.0 fetched in 97ms 164 silly resolveWithNewModule latest-version@3.1.0 checking installable status 165 http fetch GET 200 https://registry.npmjs.org/msee 117ms 166 http fetch GET 200 https://registry.npmjs.org/i18n-core 118ms 167 http fetch GET 200 https://registry.npmjs.org/string-to-stream 120ms 168 silly pacote range manifest for msee@^0.3.5 fetched in 123ms 169 silly resolveWithNewModule msee@0.3.5 checking installable status 170 silly pacote range manifest for string-to-stream@^1.1.0 fetched in 123ms 171 silly resolveWithNewModule string-to-stream@1.1.1 checking installable status 172 http fetch GET 200 https://registry.npmjs.org/split 140ms 173 http fetch GET 200 https://registry.npmjs.org/strip-ansi 141ms 174 silly pacote range manifest for split@^1.0.0 fetched in 144ms 175 silly resolveWithNewModule split@1.0.1 checking installable status 176 silly pacote range manifest for strip-ansi@^4.0.0 fetched in 143ms 177 silly resolveWithNewModule strip-ansi@4.0.0 checking installable status 178 http fetch GET 200 https://registry.npmjs.org/workshopper-adventure-storage 82ms 179 silly pacote range manifest for workshopper-adventure-storage@^3.0.0 fetched in 85ms 180 silly resolveWithNewModule workshopper-adventure-storage@3.0.0 checking installable status 181 http fetch GET 200 https://registry.npmjs.org/chalk 177ms 182 silly pacote range manifest for chalk@^2.3.1 fetched in 181ms 183 silly resolveWithNewModule chalk@2.4.1 checking installable status 184 http fetch GET 200 https://registry.npmjs.org/i18n-core/-/i18n-core-3.2.0.tgz 192ms 185 silly pacote range manifest for i18n-core@^3.0.0 fetched in 317ms 186 silly resolveWithNewModule i18n-core@3.2.0 checking installable status 187 http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 54ms 188 silly pacote range manifest for escape-string-regexp@^1.0.5 fetched in 56ms 189 silly resolveWithNewModule escape-string-regexp@1.0.5 checking installable status 190 http fetch GET 200 https://registry.npmjs.org/ansi-styles 60ms 191 silly pacote range manifest for ansi-styles@^3.2.1 fetched in 62ms 192 silly resolveWithNewModule ansi-styles@3.2.1 checking installable status 193 http fetch GET 200 https://registry.npmjs.org/supports-color 82ms 194 silly pacote range manifest for supports-color@^5.3.0 fetched in 85ms 195 silly resolveWithNewModule supports-color@5.5.0 checking installable status 196 http fetch GET 200 https://registry.npmjs.org/color-convert 71ms 197 silly pacote range manifest for color-convert@^1.9.0 fetched in 73ms 198 silly resolveWithNewModule color-convert@1.9.3 checking installable status 199 http fetch GET 200 https://registry.npmjs.org/color-name 46ms 200 silly pacote version manifest for color-name@1.1.3 fetched in 50ms 201 silly resolveWithNewModule color-name@1.1.3 checking installable status 202 http fetch GET 200 https://registry.npmjs.org/has-flag 78ms 203 silly pacote range manifest for has-flag@^3.0.0 fetched in 80ms 204 silly resolveWithNewModule has-flag@3.0.0 checking installable status 205 http fetch GET 200 https://registry.npmjs.org/explicit 51ms 206 silly pacote range manifest for explicit@^0.1.1 fetched in 53ms 207 silly resolveWithNewModule explicit@0.1.2 checking installable status 208 http fetch GET 200 https://registry.npmjs.org/minimist 82ms 209 http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz 68ms 210 silly pacote range manifest for minimist@^1.1.1 fetched in 153ms 211 silly resolveWithNewModule minimist@1.2.0 checking installable status 212 http fetch GET 200 https://registry.npmjs.org/joi 168ms 213 silly pacote range manifest for joi@^13.4.0 fetched in 172ms 214 silly resolveWithNewModule joi@13.6.0 checking installable status 215 http fetch GET 200 https://registry.npmjs.org/isemail 122ms 216 silly pacote range manifest for isemail@3.x.x fetched in 124ms 217 silly resolveWithNewModule isemail@3.1.3 checking installable status 218 http fetch GET 200 https://registry.npmjs.org/topo 134ms 219 silly pacote range manifest for topo@3.x.x fetched in 136ms 220 silly resolveWithNewModule topo@3.0.0 checking installable status 221 http fetch GET 200 https://registry.npmjs.org/hoek 149ms 222 silly pacote range manifest for hoek@5.x.x fetched in 153ms 223 silly resolveWithNewModule hoek@5.0.4 checking installable status 224 http fetch GET 200 https://registry.npmjs.org/punycode 105ms 225 silly pacote range manifest for punycode@2.x.x fetched in 108ms 226 silly resolveWithNewModule punycode@2.1.1 checking installable status 227 http fetch GET 200 https://registry.npmjs.org/package-json 59ms 228 silly pacote range manifest for package-json@^4.0.0 fetched in 62ms 229 silly resolveWithNewModule package-json@4.0.1 checking installable status 230 http fetch GET 200 https://registry.npmjs.org/registry-url 141ms 231 silly pacote range manifest for registry-url@^3.0.3 fetched in 144ms 232 silly resolveWithNewModule registry-url@3.1.0 checking installable status 233 http fetch GET 200 https://registry.npmjs.org/registry-auth-token 146ms 234 http fetch GET 200 https://registry.npmjs.org/semver 147ms 235 silly pacote range manifest for semver@^5.1.0 fetched in 149ms 236 silly resolveWithNewModule semver@5.5.1 checking installable status 237 silly pacote range manifest for registry-auth-token@^3.0.1 fetched in 149ms 238 silly resolveWithNewModule registry-auth-token@3.3.2 checking installable status 239 http fetch GET 200 https://registry.npmjs.org/got 204ms 240 http fetch GET 200 https://registry.npmjs.org/got/-/got-6.7.1.tgz 65ms 241 silly pacote range manifest for got@^6.7.1 fetched in 273ms 242 silly resolveWithNewModule got@6.7.1 checking installable status 243 http fetch GET 200 https://registry.npmjs.org/create-error-class 64ms 244 silly pacote range manifest for create-error-class@^3.0.0 fetched in 67ms 245 silly resolveWithNewModule create-error-class@3.0.2 checking installable status 246 http fetch GET 200 https://registry.npmjs.org/get-stream 73ms 247 silly pacote range manifest for get-stream@^3.0.0 fetched in 76ms 248 silly resolveWithNewModule get-stream@3.0.0 checking installable status 249 http fetch GET 200 https://registry.npmjs.org/is-retry-allowed 79ms 250 http fetch GET 200 https://registry.npmjs.org/is-redirect 80ms 251 silly pacote range manifest for is-retry-allowed@^1.0.0 fetched in 83ms 252 silly resolveWithNewModule is-retry-allowed@1.1.0 checking installable status 253 silly pacote range manifest for is-redirect@^1.0.0 fetched in 83ms 254 silly resolveWithNewModule is-redirect@1.0.0 checking installable status 255 http fetch GET 200 https://registry.npmjs.org/lowercase-keys 82ms 256 silly pacote range manifest for lowercase-keys@^1.0.0 fetched in 84ms 257 silly resolveWithNewModule lowercase-keys@1.0.1 checking installable status 258 http fetch GET 200 https://registry.npmjs.org/is-stream 93ms 259 http fetch GET 200 https://registry.npmjs.org/unzip-response 94ms 260 silly pacote range manifest for is-stream@^1.0.0 fetched in 96ms 261 silly resolveWithNewModule is-stream@1.1.0 checking installable status 262 silly pacote range manifest for unzip-response@^2.0.1 fetched in 97ms 263 silly resolveWithNewModule unzip-response@2.0.1 checking installable status 264 http fetch GET 200 https://registry.npmjs.org/duplexer3 111ms 265 silly pacote range manifest for duplexer3@^0.1.4 fetched in 113ms 266 silly resolveWithNewModule duplexer3@0.1.4 checking installable status 267 http fetch GET 200 https://registry.npmjs.org/timed-out 120ms 268 silly pacote range manifest for timed-out@^4.0.0 fetched in 122ms 269 silly resolveWithNewModule timed-out@4.0.1 checking installable status 270 http fetch GET 200 https://registry.npmjs.org/url-parse-lax 490ms 271 silly pacote range manifest for url-parse-lax@^1.0.0 fetched in 494ms 272 silly resolveWithNewModule url-parse-lax@1.0.0 checking installable status 273 http fetch GET 200 https://registry.npmjs.org/capture-stack-trace 49ms 274 silly pacote range manifest for capture-stack-trace@^1.0.0 fetched in 50ms 275 silly resolveWithNewModule capture-stack-trace@1.0.1 checking installable status 276 http fetch GET 200 https://registry.npmjs.org/prepend-http 55ms 277 silly pacote range manifest for prepend-http@^1.0.1 fetched in 57ms 278 silly resolveWithNewModule prepend-http@1.0.4 checking installable status 279 http fetch GET 200 https://registry.npmjs.org/rc 66ms 280 silly pacote range manifest for rc@^1.1.6 fetched in 69ms 281 silly resolveWithNewModule rc@1.2.8 checking installable status 282 http fetch GET 200 https://registry.npmjs.org/ini 76ms 283 silly pacote range manifest for ini@~1.3.0 fetched in 78ms 284 silly resolveWithNewModule ini@1.3.5 checking installable status 285 http fetch GET 200 https://registry.npmjs.org/strip-json-comments 88ms 286 silly pacote range manifest for strip-json-comments@~2.0.1 fetched in 90ms 287 silly resolveWithNewModule strip-json-comments@2.0.1 checking installable status 288 http fetch GET 200 https://registry.npmjs.org/deep-extend 103ms 289 silly pacote range manifest for deep-extend@^0.6.0 fetched in 105ms 290 silly resolveWithNewModule deep-extend@0.6.0 checking installable status 291 http fetch GET 200 https://registry.npmjs.org/ansi-regex 53ms 292 http fetch GET 200 https://registry.npmjs.org/ansicolors 54ms 293 silly pacote range manifest for ansi-regex@^3.0.0 fetched in 57ms 294 silly resolveWithNewModule ansi-regex@3.0.0 checking installable status 295 silly pacote range manifest for ansicolors@^0.3.2 fetched in 57ms 296 silly resolveWithNewModule ansicolors@0.3.2 checking installable status 297 http fetch GET 200 https://registry.npmjs.org/cardinal 70ms 298 silly pacote range manifest for cardinal@^1.0.0 fetched in 73ms 299 silly resolveWithNewModule cardinal@1.0.0 checking installable status 300 http fetch GET 200 https://registry.npmjs.org/table-header 78ms 301 silly pacote range manifest for table-header@^0.2.2 fetched in 81ms 302 silly resolveWithNewModule table-header@0.2.2 checking installable status 303 http fetch GET 200 https://registry.npmjs.org/wcstring 87ms 304 silly pacote range manifest for wcstring@^2.1.0 fetched in 89ms 305 silly resolveWithNewModule wcstring@2.1.1 checking installable status 306 http fetch GET 200 https://registry.npmjs.org/entities 98ms 307 http fetch GET 200 https://registry.npmjs.org/nopt 98ms 308 silly pacote range manifest for entities@^1.1.1 fetched in 101ms 309 silly resolveWithNewModule entities@1.1.1 checking installable status 310 silly pacote range manifest for nopt@^4.0.1 fetched in 101ms 311 silly resolveWithNewModule nopt@4.0.1 checking installable status 312 http fetch GET 200 https://registry.npmjs.org/text-table 104ms 313 http fetch GET 200 https://registry.npmjs.org/marked 106ms 314 silly pacote range manifest for text-table@^0.2.0 fetched in 108ms 315 silly resolveWithNewModule text-table@0.2.0 checking installable status 316 silly pacote version manifest for marked@0.3.12 fetched in 109ms 317 silly resolveWithNewModule marked@0.3.12 checking installable status 318 silly pacote range manifest for ansicolors@~0.2.1 fetched in 2ms 319 silly resolveWithNewModule ansicolors@0.2.1 checking installable status 320 http fetch GET 200 https://registry.npmjs.org/redeyed 74ms 321 silly pacote range manifest for redeyed@~1.0.0 fetched in 76ms 322 silly resolveWithNewModule redeyed@1.0.1 checking installable status 323 http fetch GET 200 https://registry.npmjs.org/esprima 112ms 324 silly pacote range manifest for esprima@~3.0.0 fetched in 115ms 325 silly resolveWithNewModule esprima@3.0.0 checking installable status 326 http fetch GET 200 https://registry.npmjs.org/osenv 72ms 327 http fetch GET 200 https://registry.npmjs.org/abbrev 74ms 328 silly pacote range manifest for osenv@^0.1.4 fetched in 75ms 329 silly resolveWithNewModule osenv@0.1.5 checking installable status 330 silly pacote range manifest for abbrev@1 fetched in 76ms 331 silly resolveWithNewModule abbrev@1.1.1 checking installable status 332 http fetch GET 200 https://registry.npmjs.org/os-tmpdir 51ms 333 silly pacote range manifest for os-tmpdir@^1.0.0 fetched in 53ms 334 silly resolveWithNewModule os-tmpdir@1.0.2 checking installable status 335 http fetch GET 200 https://registry.npmjs.org/os-homedir 56ms 336 silly pacote range manifest for os-homedir@^1.0.0 fetched in 58ms 337 silly resolveWithNewModule os-homedir@1.0.2 checking installable status 338 http fetch GET 200 https://registry.npmjs.org/repeat-string 85ms 339 silly pacote range manifest for repeat-string@^1.5.2 fetched in 87ms 340 silly resolveWithNewModule repeat-string@1.6.1 checking installable status 341 http fetch GET 200 https://registry.npmjs.org/varsize-string 50ms 342 silly pacote range manifest for varsize-string@^2.2.1 fetched in 53ms 343 silly resolveWithNewModule varsize-string@2.2.2 checking installable status 344 http fetch GET 200 https://registry.npmjs.org/wcsize 60ms 345 silly pacote range manifest for wcsize@^1.0.0 fetched in 61ms 346 silly resolveWithNewModule wcsize@1.0.0 checking installable status 347 http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz 54ms 348 silly pacote range manifest for chalk@^1.1.1 fetched in 58ms 349 silly resolveWithNewModule chalk@1.1.3 checking installable status 350 http fetch GET 200 https://registry.npmjs.org/extended-terminal-menu 59ms 351 silly pacote range manifest for extended-terminal-menu@^2.1.2 fetched in 61ms 352 silly resolveWithNewModule extended-terminal-menu@2.1.4 checking installable status 353 silly pacote range manifest for ansi-styles@^2.2.1 fetched in 3ms 354 silly resolveWithNewModule ansi-styles@2.2.1 checking installable status 355 silly pacote range manifest for strip-ansi@^3.0.0 fetched in 4ms 356 silly resolveWithNewModule strip-ansi@3.0.1 checking installable status 357 silly pacote range manifest for supports-color@^2.0.0 fetched in 4ms 358 silly resolveWithNewModule supports-color@2.0.0 checking installable status 359 http fetch GET 200 https://registry.npmjs.org/has-ansi 62ms 360 silly pacote range manifest for has-ansi@^2.0.0 fetched in 64ms 361 silly resolveWithNewModule has-ansi@2.0.0 checking installable status 362 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 1ms 363 silly resolveWithNewModule ansi-regex@2.1.1 checking installable status 364 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 1ms 365 silly resolveWithNewModule ansi-regex@2.1.1 checking installable status 366 silly pacote range manifest for through2@^0.6.3 fetched in 1ms 367 silly resolveWithNewModule through2@0.6.5 checking installable status 368 http fetch GET 200 https://registry.npmjs.org/charm_inheritance-fix 52ms 369 silly pacote range manifest for charm_inheritance-fix@^1.0.1 fetched in 54ms 370 silly resolveWithNewModule charm_inheritance-fix@1.0.1 checking installable status 371 http fetch GET 200 https://registry.npmjs.org/resumer 61ms 372 silly pacote range manifest for resumer@~0.0.0 fetched in 63ms 373 silly resolveWithNewModule resumer@0.0.0 checking installable status 374 silly pacote range manifest for readable-stream@>=1.0.33-1 <1.1.0-0 fetched in 1ms 375 silly resolveWithNewModule readable-stream@1.0.34 checking installable status 376 silly pacote version manifest for isarray@0.0.1 fetched in 0ms 377 silly resolveWithNewModule isarray@0.0.1 checking installable status 378 silly pacote range manifest for string_decoder@~0.10.x fetched in 1ms 379 silly resolveWithNewModule string_decoder@0.10.31 checking installable status 380 http fetch GET 200 https://registry.npmjs.org/mkdirp 119ms 381 http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz 63ms 382 silly pacote range manifest for mkdirp@^0.5.1 fetched in 184ms 383 silly resolveWithNewModule mkdirp@0.5.1 checking installable status 384 http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz 64ms 385 silly pacote version manifest for minimist@0.0.8 fetched in 67ms 386 silly resolveWithNewModule minimist@0.0.8 checking installable status 387 silly pacote range manifest for chalk@^1.1.1 fetched in 1ms 388 silly resolveWithNewModule chalk@1.1.3 checking installable status 389 http fetch GET 200 https://registry.npmjs.org/tuple-stream 55ms 390 silly pacote version manifest for tuple-stream@0.0.2 fetched in 57ms 391 silly resolveWithNewModule tuple-stream@0.0.2 checking installable status 392 silly pacote range manifest for ansi-styles@^2.2.1 fetched in 1ms 393 silly resolveWithNewModule ansi-styles@2.2.1 checking installable status 394 silly pacote range manifest for strip-ansi@^3.0.0 fetched in 2ms 395 silly resolveWithNewModule strip-ansi@3.0.1 checking installable status 396 silly pacote range manifest for supports-color@^2.0.0 fetched in 2ms 397 silly resolveWithNewModule supports-color@2.0.0 checking installable status 398 silly pacote range manifest for ansi-regex@^2.0.0 fetched in 0ms 399 silly resolveWithNewModule ansi-regex@2.1.1 checking installable status 400 silly pacote range manifest for xtend@~2.1.2 fetched in 2ms 401 silly resolveWithNewModule xtend@2.1.2 checking installable status 402 http fetch GET 200 https://registry.npmjs.org/object-keys 108ms 403 silly pacote range manifest for object-keys@~0.4.0 fetched in 110ms 404 silly resolveWithNewModule object-keys@0.4.0 checking installable status 405 timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 5436ms 406 timing stage:loadIdealTree Completed in 5483ms 407 silly currentTree lib 408 silly idealTree lib 408 silly idealTree └─┬ learnyounode@3.5.10 408 silly idealTree ├── abbrev@1.1.1 408 silly idealTree ├── after@0.8.2 408 silly idealTree ├── ansi-regex@3.0.0 408 silly idealTree ├── ansi-styles@3.2.1 408 silly idealTree ├── ansicolors@0.3.2 408 silly idealTree ├── balanced-match@1.0.0 408 silly idealTree ├── bl@1.2.2 408 silly idealTree ├── boganipsum@0.1.0 408 silly idealTree ├── brace-expansion@1.1.11 408 silly idealTree ├── buffer-from@1.1.1 408 silly idealTree ├── capture-stack-trace@1.0.1 408 silly idealTree ├─┬ cardinal@1.0.0 408 silly idealTree │ └── ansicolors@0.2.1 408 silly idealTree ├── chalk@2.4.1 408 silly idealTree ├── charm_inheritance-fix@1.0.1 408 silly idealTree ├── color-convert@1.9.3 408 silly idealTree ├── color-name@1.1.3 408 silly idealTree ├── colors-tmpl@1.0.0 408 silly idealTree ├── colors@1.0.3 408 silly idealTree ├── combined-stream-wait-for-it@1.1.0 408 silly idealTree ├── combined-stream@1.0.6 408 silly idealTree ├── commandico@2.0.3 408 silly idealTree ├── concat-map@0.0.1 408 silly idealTree ├── concat-stream@1.6.2 408 silly idealTree ├── core-util-is@1.0.2 408 silly idealTree ├── create-error-class@3.0.2 408 silly idealTree ├── deep-extend@0.6.0 408 silly idealTree ├── delayed-stream@1.0.0 408 silly idealTree ├── duplexer@0.1.1 408 silly idealTree ├─┬ duplexer2@0.0.2 408 silly idealTree │ ├── isarray@0.0.1 408 silly idealTree │ ├── readable-stream@1.1.14 408 silly idealTree │ └── string_decoder@0.10.31 408 silly idealTree ├── duplexer3@0.1.4 408 silly idealTree ├── entities@1.1.1 408 silly idealTree ├── escape-string-regexp@1.0.5 408 silly idealTree ├── esprima@3.0.0 408 silly idealTree ├── explicit@0.1.2 408 silly idealTree ├─┬ extended-terminal-menu@2.1.4 408 silly idealTree │ ├── isarray@0.0.1 408 silly idealTree │ ├── readable-stream@1.0.34 408 silly idealTree │ ├── string_decoder@0.10.31 408 silly idealTree │ └── through2@0.6.5 408 silly idealTree ├── fs.realpath@1.0.0 408 silly idealTree ├── get-stream@3.0.0 408 silly idealTree ├── glob@7.1.3 408 silly idealTree ├── got@6.7.1 408 silly idealTree ├─┬ has-ansi@2.0.0 408 silly idealTree │ └── ansi-regex@2.1.1 408 silly idealTree ├── has-flag@3.0.0 408 silly idealTree ├── hoek@5.0.4 408 silly idealTree ├─┬ hyperquest@2.1.3 408 silly idealTree │ ├── buffer-from@0.1.2 408 silly idealTree │ ├── isarray@0.0.1 408 silly idealTree │ ├── readable-stream@1.0.34 408 silly idealTree │ ├── string_decoder@0.10.31 408 silly idealTree │ └── through2@0.6.5 408 silly idealTree ├─┬ i18n-core@3.2.0 408 silly idealTree │ ├── acorn@5.0.3 408 silly idealTree │ ├── ajv-keywords@1.5.1 408 silly idealTree │ ├── ajv@4.11.8 408 silly idealTree │ ├── align-text@0.1.4 408 silly idealTree │ ├── amdefine@1.0.1 408 silly idealTree │ ├── ansi-escapes@1.4.0 408 silly idealTree │ ├── ansi-regex@2.1.1 408 silly idealTree │ ├── ansi-styles@2.2.1 408 silly idealTree │ ├── argparse@1.0.9 408 silly idealTree │ ├── array-find-index@1.0.2 408 silly idealTree │ ├── array-ify@1.0.0 408 silly idealTree │ ├── array-union@1.0.2 408 silly idealTree │ ├── array-uniq@1.0.3 408 silly idealTree │ ├── arrify@1.0.1 408 silly idealTree │ ├── asn1@0.2.3 408 silly idealTree │ ├── assert-plus@0.2.0 408 silly idealTree │ ├── async@1.5.2 408 silly idealTree │ ├── asynckit@0.4.0 408 silly idealTree │ ├── aws-sign2@0.6.0 408 silly idealTree │ ├── aws4@1.6.0 408 silly idealTree │ ├── babel-code-frame@6.22.0 408 silly idealTree │ ├── balanced-match@0.4.2 408 silly idealTree │ ├── bcrypt-pbkdf@1.0.1 408 silly idealTree │ ├── bind-obj-methods@1.0.0 408 silly idealTree │ ├── bluebird@3.5.0 408 silly idealTree │ ├── boom@2.10.1 408 silly idealTree │ ├── brace-expansion@1.1.7 408 silly idealTree │ ├── buffer-shims@1.0.0 408 silly idealTree │ ├── builtin-modules@1.1.1 408 silly idealTree │ ├── caller-path@0.1.0 408 silly idealTree │ ├── callsites@0.2.0 408 silly idealTree │ ├── camelcase-keys@2.1.0 408 silly idealTree │ ├── camelcase@2.1.1 408 silly idealTree │ ├── caseless@0.11.0 408 silly idealTree │ ├── center-align@0.1.3 408 silly idealTree │ ├── chalk@1.1.3 408 silly idealTree │ ├── circular-json@0.3.1 408 silly idealTree │ ├── clean-yaml-object@0.1.0 408 silly idealTree │ ├── cli-cursor@1.0.2 408 silly idealTree │ ├── cli-width@2.1.0 408 silly idealTree │ ├─┬ cliui@2.1.0 408 silly idealTree │ │ └── wordwrap@0.0.2 408 silly idealTree │ ├── co@4.6.0 408 silly idealTree │ ├── code-point-at@1.1.0 408 silly idealTree │ ├─┬ codeclimate-test-reporter@github:codeclimate/javascript-test-reporter#97f1ff2cf18cd5f03191d3d53e671c47e954f2fa 408 silly idealTree │ │ ├── form-data@2.1.4 408 silly idealTree │ │ ├── qs@6.3.2 408 silly idealTree │ │ ├── request@2.79.0 408 silly idealTree │ │ └── uuid@3.0.1 408 silly idealTree │ ├── color-support@1.1.2 408 silly idealTree │ ├── combined-stream@1.0.5 408 silly idealTree │ ├── commander@2.9.0 408 silly idealTree │ ├── compare-func@1.3.2 408 silly idealTree │ ├── concat-map@0.0.1 408 silly idealTree │ ├─┬ concat-stream@1.6.0 408 silly idealTree │ │ ├── readable-stream@2.2.9 408 silly idealTree │ │ └── string_decoder@1.0.1 408 silly idealTree │ ├── contains-path@0.1.0 408 silly idealTree │ ├── conventional-changelog-angular@1.3.3 408 silly idealTree │ ├── conventional-changelog-atom@0.1.0 408 silly idealTree │ ├── conventional-changelog-codemirror@0.1.0 408 silly idealTree │ ├─┬ conventional-changelog-core@1.8.0 408 silly idealTree │ │ ├── load-json-file@1.1.0 408 silly idealTree │ │ ├── path-type@1.1.0 408 silly idealTree │ │ ├── read-pkg-up@1.0.1 408 silly idealTree │ │ ├── read-pkg@1.1.0 408 silly idealTree │ │ └── strip-bom@2.0.0 408 silly idealTree │ ├── conventional-changelog-ember@0.2.5 408 silly idealTree │ ├── conventional-changelog-eslint@0.1.0 408 silly idealTree │ ├── conventional-changelog-express@0.1.0 408 silly idealTree │ ├── conventional-changelog-jquery@0.1.0 408 silly idealTree │ ├── conventional-changelog-jscs@0.1.0 408 silly idealTree │ ├── conventional-changelog-jshint@0.1.0 408 silly idealTree │ ├── conventional-changelog-writer@1.4.1 408 silly idealTree │ ├── conventional-changelog@1.1.3 408 silly idealTree │ ├── conventional-commits-filter@1.0.0 408 silly idealTree │ ├── conventional-commits-parser@1.3.0 408 silly idealTree │ ├── conventional-recommended-bump@0.3.0 408 silly idealTree │ ├── core-util-is@1.0.2 408 silly idealTree │ ├─┬ coveralls@2.13.1 408 silly idealTree │ │ ├── esprima@2.7.3 408 silly idealTree │ │ ├── form-data@2.1.4 408 silly idealTree │ │ ├── js-yaml@3.6.1 408 silly idealTree │ │ ├── minimist@1.2.0 408 silly idealTree │ │ ├── qs@6.3.2 408 silly idealTree │ │ ├── request@2.79.0 408 silly idealTree │ │ └── uuid@3.0.1 408 silly idealTree │ ├── cross-spawn@4.0.2 408 silly idealTree │ ├── cryptiles@2.0.5 408 silly idealTree │ ├── currently-unhandled@0.4.1 408 silly idealTree │ ├── d@1.0.0 408 silly idealTree │ ├── dargs@4.1.0 408 silly idealTree │ ├─┬ dashdash@1.14.1 408 silly idealTree │ │ └── assert-plus@1.0.0 408 silly idealTree │ ├── dateformat@1.0.12 408 silly idealTree │ ├── debug@2.6.8 408 silly idealTree │ ├── decamelize@1.2.0 408 silly idealTree │ ├── deep-is@0.1.3 408 silly idealTree │ ├── deeper@2.1.0 408 silly idealTree │ ├── del@2.2.2 408 silly idealTree │ ├── delayed-stream@1.0.0 408 silly idealTree │ ├── diff@1.4.0 408 silly idealTree │ ├── doctrine@2.0.0 408 silly idealTree │ ├── dot-prop@3.0.0 408 silly idealTree │ ├── ecc-jsbn@0.1.1 408 silly idealTree │ ├── error-ex@1.3.1 408 silly idealTree │ ├── es5-ext@0.10.21 408 silly idealTree │ ├── es6-iterator@2.0.1 408 silly idealTree │ ├── es6-map@0.1.5 408 silly idealTree │ ├── es6-set@0.1.5 408 silly idealTree │ ├── es6-symbol@3.1.1 408 silly idealTree │ ├── es6-weak-map@2.0.2 408 silly idealTree │ ├── escape-html@1.0.3 408 silly idealTree │ ├── escape-string-regexp@1.0.5 408 silly idealTree │ ├── escope@3.6.0 408 silly idealTree │ ├── eslint-config-standard@10.2.1 408 silly idealTree │ ├── eslint-import-resolver-node@0.2.3 408 silly idealTree │ ├─┬ eslint-module-utils@2.0.0 408 silly idealTree │ │ ├── debug@2.2.0 408 silly idealTree │ │ └── ms@0.7.1 408 silly idealTree │ ├─┬ eslint-plugin-import@2.3.0 408 silly idealTree │ │ └── doctrine@1.5.0 408 silly idealTree │ ├── eslint-plugin-node@5.0.0 408 silly idealTree │ ├── eslint-plugin-promise@3.5.0 408 silly idealTree │ ├── eslint-plugin-standard@3.0.1 408 silly idealTree │ ├── eslint@3.19.0 408 silly idealTree │ ├─┬ espree@3.4.3 408 silly idealTree │ │ └─┬ acorn-jsx@3.0.1 408 silly idealTree │ │ └── acorn@3.3.0 408 silly idealTree │ ├── esprima@3.1.3 408 silly idealTree │ ├── esquery@1.0.0 408 silly idealTree │ ├─┬ esrecurse@4.1.0 408 silly idealTree │ │ └── estraverse@4.1.1 408 silly idealTree │ ├── estraverse@4.2.0 408 silly idealTree │ ├── esutils@2.0.2 408 silly idealTree │ ├── event-emitter@0.3.5 408 silly idealTree │ ├── events-to-array@1.1.2 408 silly idealTree │ ├── exit-hook@1.1.1 408 silly idealTree │ ├── extend@3.0.1 408 silly idealTree │ ├── extsprintf@1.0.2 408 silly idealTree │ ├── fast-levenshtein@2.0.6 408 silly idealTree │ ├── figures@1.7.0 408 silly idealTree │ ├── file-entry-cache@2.0.0 408 silly idealTree │ ├── find-up@1.1.2 408 silly idealTree │ ├── flat-cache@1.2.2 408 silly idealTree │ ├── foreground-child@1.5.6 408 silly idealTree │ ├── forever-agent@0.6.1 408 silly idealTree │ ├── fs-access@1.0.1 408 silly idealTree │ ├── fs-exists-cached@1.0.0 408 silly idealTree │ ├── fs.realpath@1.0.0 408 silly idealTree │ ├── function-bind@1.1.0 408 silly idealTree │ ├── function-loop@1.0.1 408 silly idealTree │ ├── generate-function@2.0.0 408 silly idealTree │ ├── generate-object-property@1.2.0 408 silly idealTree │ ├── get-caller-file@1.0.2 408 silly idealTree │ ├── get-pkg-repo@1.3.0 408 silly idealTree │ ├── get-stdin@4.0.1 408 silly idealTree │ ├─┬ getpass@0.1.7 408 silly idealTree │ │ └── assert-plus@1.0.0 408 silly idealTree │ ├── git-latest-semver-tag@1.0.2 408 silly idealTree │ ├── git-raw-commits@1.2.0 408 silly idealTree │ ├── git-remote-origin-url@2.0.0 408 silly idealTree │ ├── git-semver-tags@1.2.0 408 silly idealTree │ ├── gitconfiglocal@1.0.0 408 silly idealTree │ ├── github-url-from-git@1.5.0 408 silly idealTree │ ├── glob@7.1.2 408 silly idealTree │ ├── globals@9.17.0 408 silly idealTree │ ├── globby@5.0.0 408 silly idealTree │ ├── graceful-fs@4.1.11 408 silly idealTree │ ├── graceful-readlink@1.0.1 408 silly idealTree │ ├── handlebars@4.0.10 408 silly idealTree │ ├── har-validator@2.0.6 408 silly idealTree │ ├── has-ansi@2.0.0 408 silly idealTree │ ├── has@1.0.1 408 silly idealTree │ ├── hawk@3.1.3 408 silly idealTree │ ├── hoek@2.16.3 408 silly idealTree │ ├── hosted-git-info@2.4.2 408 silly idealTree │ ├── http-signature@1.1.1 408 silly idealTree │ ├── ignore@3.3.3 408 silly idealTree │ ├── imurmurhash@0.1.4 408 silly idealTree │ ├── indent-string@2.1.0 408 silly idealTree │ ├── inflight@1.0.6 408 silly idealTree │ ├── inherits@2.0.3 408 silly idealTree │ ├── ini@1.3.4 408 silly idealTree │ ├── inquirer@0.12.0 408 silly idealTree │ ├── interpret@1.0.3 408 silly idealTree │ ├── invert-kv@1.0.0 408 silly idealTree │ ├── is-arrayish@0.2.1 408 silly idealTree │ ├── is-buffer@1.1.5 408 silly idealTree │ ├── is-builtin-module@1.0.0 408 silly idealTree │ ├── is-finite@1.0.2 408 silly idealTree │ ├── is-fullwidth-code-point@1.0.0 408 silly idealTree │ ├── is-my-json-valid@2.16.0 408 silly idealTree │ ├── is-obj@1.0.1 408 silly idealTree │ ├── is-path-cwd@1.0.0 408 silly idealTree │ ├── is-path-in-cwd@1.0.0 408 silly idealTree │ ├── is-path-inside@1.0.0 408 silly idealTree │ ├── is-property@1.0.2 408 silly idealTree │ ├── is-resolvable@1.0.0 408 silly idealTree │ ├── is-subset@0.1.1 408 silly idealTree │ ├── is-text-path@1.0.1 408 silly idealTree │ ├── is-typedarray@1.0.0 408 silly idealTree │ ├── is-utf8@0.2.1 408 silly idealTree │ ├── isarray@1.0.0 408 silly idealTree │ ├── isexe@1.1.2 408 silly idealTree │ ├── isstream@0.1.2 408 silly idealTree │ ├── jodid25519@1.0.2 408 silly idealTree │ ├── js-tokens@3.0.1 408 silly idealTree │ ├── js-yaml@3.8.4 408 silly idealTree │ ├── jsbn@0.1.1 408 silly idealTree │ ├── json-schema@0.2.3 408 silly idealTree │ ├── json-stable-stringify@1.0.1 408 silly idealTree │ ├── json-stringify-safe@5.0.1 408 silly idealTree │ ├── jsonify@0.0.0 408 silly idealTree │ ├── jsonparse@1.3.1 408 silly idealTree │ ├── jsonpointer@4.0.1 408 silly idealTree │ ├── JSONStream@1.3.1 408 silly idealTree │ ├─┬ jsprim@1.4.0 408 silly idealTree │ │ └── assert-plus@1.0.0 408 silly idealTree │ ├── kind-of@3.2.2 408 silly idealTree │ ├── lazy-cache@1.0.4 408 silly idealTree │ ├── lcid@1.0.0 408 silly idealTree │ ├── lcov-parse@0.0.10 408 silly idealTree │ ├── levn@0.3.0 408 silly idealTree │ ├── load-json-file@2.0.0 408 silly idealTree │ ├─┬ locate-path@2.0.0 408 silly idealTree │ │ └── path-exists@3.0.0 408 silly idealTree │ ├── lodash._reinterpolate@3.0.0 408 silly idealTree │ ├── lodash.cond@4.5.2 408 silly idealTree │ ├── lodash.template@4.4.0 408 silly idealTree │ ├── lodash.templatesettings@4.1.0 408 silly idealTree │ ├── lodash@4.17.4 408 silly idealTree │ ├── log-driver@1.2.5 408 silly idealTree │ ├── longest@1.0.1 408 silly idealTree │ ├── loud-rejection@1.6.0 408 silly idealTree │ ├── lru-cache@4.0.2 408 silly idealTree │ ├── map-obj@1.0.1 408 silly idealTree │ ├─┬ meow@3.7.0 408 silly idealTree │ │ ├── load-json-file@1.1.0 408 silly idealTree │ │ ├── minimist@1.2.0 408 silly idealTree │ │ ├── path-type@1.1.0 408 silly idealTree │ │ ├── read-pkg-up@1.0.1 408 silly idealTree │ │ ├── read-pkg@1.1.0 408 silly idealTree │ │ └── strip-bom@2.0.0 408 silly idealTree │ ├── mime-db@1.27.0 408 silly idealTree │ ├── mime-types@2.1.15 408 silly idealTree │ ├── minimatch@3.0.4 408 silly idealTree │ ├── minimist@0.0.8 408 silly idealTree │ ├── mkdirp@0.5.1 408 silly idealTree │ ├── mockery@2.0.0 408 silly idealTree │ ├── modify-values@1.0.0 408 silly idealTree │ ├── ms@2.0.0 408 silly idealTree │ ├── mute-stream@0.0.5 408 silly idealTree │ ├── natural-compare@1.4.0 408 silly idealTree │ ├── normalize-package-data@2.3.8 408 silly idealTree │ ├── null-check@1.0.0 408 silly idealTree │ ├── number-is-nan@1.0.1 408 silly idealTree │ ├── oauth-sign@0.8.2 408 silly idealTree │ ├── object-assign@4.1.1 408 silly idealTree │ ├── once@1.4.0 408 silly idealTree │ ├── onetime@1.1.0 408 silly idealTree │ ├── only-shallow@1.2.0 408 silly idealTree │ ├── opener@1.4.3 408 silly idealTree │ ├─┬ optimist@0.6.1 408 silly idealTree │ │ └── wordwrap@0.0.3 408 silly idealTree │ ├── optionator@0.8.2 408 silly idealTree │ ├── os-homedir@1.0.2 408 silly idealTree │ ├── os-locale@1.4.0 408 silly idealTree │ ├── own-or-env@1.0.0 408 silly idealTree │ ├── own-or@1.0.0 408 silly idealTree │ ├── p-limit@1.1.0 408 silly idealTree │ ├── p-locate@2.0.0 408 silly idealTree │ ├── parse-github-repo-url@1.4.0 408 silly idealTree │ ├── parse-json@2.2.0 408 silly idealTree │ ├── path-exists@2.1.0 408 silly idealTree │ ├── path-is-absolute@1.0.1 408 silly idealTree │ ├── path-is-inside@1.0.2 408 silly idealTree │ ├── path-parse@1.0.5 408 silly idealTree │ ├── path-type@2.0.0 408 silly idealTree │ ├── pify@2.3.0 408 silly idealTree │ ├── pinkie-promise@2.0.1 408 silly idealTree │ ├── pinkie@2.0.4 408 silly idealTree │ ├── pkg-dir@1.0.0 408 silly idealTree │ ├── pluralize@1.2.1 408 silly idealTree │ ├── prelude-ls@1.1.2 408 silly idealTree │ ├── process-nextick-args@1.0.7 408 silly idealTree │ ├── progress@1.1.8 408 silly idealTree │ ├── pseudomap@1.0.2 408 silly idealTree │ ├── punycode@1.4.1 408 silly idealTree │ ├── q@1.5.0 408 silly idealTree │ ├─┬ read-pkg-up@2.0.0 408 silly idealTree │ │ └── find-up@2.1.0 408 silly idealTree │ ├── read-pkg@2.0.0 408 silly idealTree │ ├── readable-stream@2.0.6 408 silly idealTree │ ├── readline2@1.0.1 408 silly idealTree │ ├── rechoir@0.6.2 408 silly idealTree │ ├── redent@1.0.0 408 silly idealTree │ ├── repeat-string@1.6.1 408 silly idealTree │ ├── repeating@2.0.1 408 silly idealTree │ ├── require-directory@2.1.1 408 silly idealTree │ ├── require-main-filename@1.0.1 408 silly idealTree │ ├── require-uncached@1.0.3 408 silly idealTree │ ├── resolve-from@1.0.1 408 silly idealTree │ ├── resolve@1.3.3 408 silly idealTree │ ├── restore-cursor@1.0.1 408 silly idealTree │ ├── right-align@0.1.3 408 silly idealTree │ ├── rimraf@2.6.1 408 silly idealTree │ ├── run-async@0.1.0 408 silly idealTree │ ├── rx-lite@3.1.2 408 silly idealTree │ ├── safe-buffer@5.0.1 408 silly idealTree │ ├── semver@5.3.0 408 silly idealTree │ ├── set-blocking@2.0.0 408 silly idealTree │ ├── shelljs@0.7.7 408 silly idealTree │ ├── signal-exit@3.0.2 408 silly idealTree │ ├── slice-ansi@0.0.4 408 silly idealTree │ ├── sntp@1.0.9 408 silly idealTree │ ├─┬ source-map-support@0.4.15 408 silly idealTree │ │ └── source-map@0.5.6 408 silly idealTree │ ├── source-map@0.4.4 408 silly idealTree │ ├── spdx-correct@1.0.2 408 silly idealTree │ ├── spdx-expression-parse@1.0.4 408 silly idealTree │ ├── spdx-license-ids@1.2.2 408 silly idealTree │ ├── split@1.0.0 408 silly idealTree │ ├── split2@2.1.1 408 silly idealTree │ ├── sprintf-js@1.0.3 408 silly idealTree │ ├─┬ sshpk@1.13.0 408 silly idealTree │ │ └── assert-plus@1.0.0 408 silly idealTree │ ├── stack-utils@1.0.1 408 silly idealTree │ ├── standard-version@4.0.0 408 silly idealTree │ ├── string_decoder@0.10.31 408 silly idealTree │ ├── string-width@1.0.2 408 silly idealTree │ ├── stringstream@0.0.5 408 silly idealTree │ ├── strip-ansi@3.0.1 408 silly idealTree │ ├── strip-bom@3.0.0 408 silly idealTree │ ├── strip-indent@1.0.1 408 silly idealTree │ ├── strip-json-comments@2.0.1 408 silly idealTree │ ├── supports-color@2.0.0 408 silly idealTree │ ├─┬ table@3.8.3 408 silly idealTree │ │ ├── is-fullwidth-code-point@2.0.0 408 silly idealTree │ │ └── string-width@2.0.0 408 silly idealTree │ ├─┬ tap-mocha-reporter@3.0.3 408 silly idealTree │ │ ├── readable-stream@2.2.9 408 silly idealTree │ │ └── string_decoder@1.0.1 408 silly idealTree │ ├── tap-parser@5.3.3 408 silly idealTree │ ├─┬ tap@10.3.3 408 silly idealTree │ │ ├─┬ nyc@11.0.2 408 silly idealTree │ │ │ ├── align-text@0.1.4 408 silly idealTree │ │ │ ├── amdefine@1.0.1 408 silly idealTree │ │ │ ├── ansi-regex@2.1.1 408 silly idealTree │ │ │ ├── ansi-styles@2.2.1 408 silly idealTree │ │ │ ├── append-transform@0.4.0 408 silly idealTree │ │ │ ├── archy@1.0.0 408 silly idealTree │ │ │ ├── arr-diff@2.0.0 408 silly idealTree │ │ │ ├── arr-flatten@1.0.3 408 silly idealTree │ │ │ ├── array-unique@0.2.1 408 silly idealTree │ │ │ ├── arrify@1.0.1 408 silly idealTree │ │ │ ├── async@1.5.2 408 silly idealTree │ │ │ ├── babel-code-frame@6.22.0 408 silly idealTree │ │ │ ├── babel-generator@6.24.1 408 silly idealTree │ │ │ ├── babel-messages@6.23.0 408 silly idealTree │ │ │ ├── babel-runtime@6.23.0 408 silly idealTree │ │ │ ├── babel-template@6.24.1 408 silly idealTree │ │ │ ├── babel-traverse@6.24.1 408 silly idealTree │ │ │ ├── babel-types@6.24.1 408 silly idealTree │ │ │ ├── babylon@6.17.2 408 silly idealTree │ │ │ ├── balanced-match@0.4.2 408 silly idealTree │ │ │ ├── brace-expansion@1.1.7 408 silly idealTree │ │ │ ├── braces@1.8.5 408 silly idealTree │ │ │ ├── builtin-modules@1.1.1 408 silly idealTree │ │ │ ├── caching-transform@1.0.1 408 silly idealTree │ │ │ ├── center-align@0.1.3 408 silly idealTree │ │ │ ├── chalk@1.1.3 408 silly idealTree │ │ │ ├─┬ cliui@2.1.0 408 silly idealTree │ │ │ │ └── wordwrap@0.0.2 408 silly idealTree │ │ │ ├── code-point-at@1.1.0 408 silly idealTree │ │ │ ├── commondir@1.0.1 408 silly idealTree │ │ │ ├── concat-map@0.0.1 408 silly idealTree │ │ │ ├── convert-source-map@1.5.0 408 silly idealTree │ │ │ ├── core-js@2.4.1 408 silly idealTree │ │ │ ├── cross-spawn@4.0.2 408 silly idealTree │ │ │ ├── debug-log@1.0.1 408 silly idealTree │ │ │ ├── debug@2.6.8 408 silly idealTree │ │ │ ├── decamelize@1.2.0 408 silly idealTree │ │ │ ├── default-require-extensions@1.0.0 408 silly idealTree │ │ │ ├── detect-indent@4.0.0 408 silly idealTree │ │ │ ├── error-ex@1.3.1 408 silly idealTree │ │ │ ├── escape-string-regexp@1.0.5 408 silly idealTree │ │ │ ├── esutils@2.0.2 408 silly idealTree │ │ │ ├── execa@0.5.1 408 silly idealTree │ │ │ ├── expand-brackets@0.1.5 408 silly idealTree │ │ │ ├── expand-range@1.8.2 408 silly idealTree │ │ │ ├── extglob@0.3.2 408 silly idealTree │ │ │ ├── filename-regex@2.0.1 408 silly idealTree │ │ │ ├── fill-range@2.2.3 408 silly idealTree │ │ │ ├── find-cache-dir@0.1.1 408 silly idealTree │ │ │ ├── find-up@2.1.0 408 silly idealTree │ │ │ ├── for-in@1.0.2 408 silly idealTree │ │ │ ├── for-own@0.1.5 408 silly idealTree │ │ │ ├── foreground-child@1.5.6 408 silly idealTree │ │ │ ├── fs.realpath@1.0.0 408 silly idealTree │ │ │ ├── get-caller-file@1.0.2 408 silly idealTree │ │ │ ├── get-stream@2.3.1 408 silly idealTree │ │ │ ├── glob-base@0.3.0 408 silly idealTree │ │ │ ├── glob-parent@2.0.0 408 silly idealTree │ │ │ ├── glob@7.1.2 408 silly idealTree │ │ │ ├── globals@9.17.0 408 silly idealTree │ │ │ ├── graceful-fs@4.1.11 408 silly idealTree │ │ │ ├─┬ handlebars@4.0.10 408 silly idealTree │ │ │ │ └── source-map@0.4.4 408 silly idealTree │ │ │ ├── has-ansi@2.0.0 408 silly idealTree │ │ │ ├── has-flag@1.0.0 408 silly idealTree │ │ │ ├── hosted-git-info@2.4.2 408 silly idealTree │ │ │ ├── imurmurhash@0.1.4 408 silly idealTree │ │ │ ├── inflight@1.0.6 408 silly idealTree │ │ │ ├── inherits@2.0.3 408 silly idealTree │ │ │ ├── invariant@2.2.2 408 silly idealTree │ │ │ ├── invert-kv@1.0.0 408 silly idealTree │ │ │ ├── is-arrayish@0.2.1 408 silly idealTree │ │ │ ├── is-buffer@1.1.5 408 silly idealTree │ │ │ ├── is-builtin-module@1.0.0 408 silly idealTree │ │ │ ├── is-dotfile@1.0.3 408 silly idealTree │ │ │ ├── is-equal-shallow@0.1.3 408 silly idealTree │ │ │ ├── is-extendable@0.1.1 408 silly idealTree │ │ │ ├── is-extglob@1.0.0 408 silly idealTree │ │ │ ├── is-finite@1.0.2 408 silly idealTree │ │ │ ├── is-fullwidth-code-point@1.0.0 408 silly idealTree │ │ │ ├── is-glob@2.0.1 408 silly idealTree │ │ │ ├── is-number@2.1.0 408 silly idealTree │ │ │ ├── is-posix-bracket@0.1.1 408 silly idealTree │ │ │ ├── is-primitive@2.0.0 408 silly idealTree │ │ │ ├── is-stream@1.1.0 408 silly idealTree │ │ │ ├── is-utf8@0.2.1 408 silly idealTree │ │ │ ├── isarray@1.0.0 408 silly idealTree │ │ │ ├── isexe@2.0.0 408 silly idealTree │ │ │ ├── isobject@2.1.0 408 silly idealTree │ │ │ ├── istanbul-lib-coverage@1.1.1 408 silly idealTree │ │ │ ├── istanbul-lib-hook@1.0.7 408 silly idealTree │ │ │ ├── istanbul-lib-instrument@1.7.2 408 silly idealTree │ │ │ ├─┬ istanbul-lib-report@1.1.1 408 silly idealTree │ │ │ │ └── supports-color@3.2.3 408 silly idealTree │ │ │ ├── istanbul-lib-source-maps@1.2.1 408 silly idealTree │ │ │ ├── istanbul-reports@1.1.1 408 silly idealTree │ │ │ ├── js-tokens@3.0.1 408 silly idealTree │ │ │ ├── jsesc@1.3.0 408 silly idealTree │ │ │ ├── kind-of@3.2.2 408 silly idealTree │ │ │ ├── lazy-cache@1.0.4 408 silly idealTree │ │ │ ├── lcid@1.0.0 408 silly idealTree │ │ │ ├── load-json-file@1.1.0 408 silly idealTree │ │ │ ├─┬ locate-path@2.0.0 408 silly idealTree │ │ │ │ └── path-exists@3.0.0 408 silly idealTree │ │ │ ├── lodash@4.17.4 408 silly idealTree │ │ │ ├── longest@1.0.1 408 silly idealTree │ │ │ ├── loose-envify@1.3.1 408 silly idealTree │ │ │ ├── lru-cache@4.0.2 408 silly idealTree │ │ │ ├── md5-hex@1.3.0 408 silly idealTree │ │ │ ├── md5-o-matic@0.1.1 408 silly idealTree │ │ │ ├── mem@1.1.0 408 silly idealTree │ │ │ ├── merge-source-map@1.0.3 408 silly idealTree │ │ │ ├── micromatch@2.3.11 408 silly idealTree │ │ │ ├── mimic-fn@1.1.0 408 silly idealTree │ │ │ ├── minimatch@3.0.4 408 silly idealTree │ │ │ ├── minimist@0.0.8 408 silly idealTree │ │ │ ├── mkdirp@0.5.1 408 silly idealTree │ │ │ ├── ms@2.0.0 408 silly idealTree │ │ │ ├── normalize-package-data@2.3.8 408 silly idealTree │ │ │ ├── normalize-path@2.1.1 408 silly idealTree │ │ │ ├── npm-run-path@2.0.2 408 silly idealTree │ │ │ ├── number-is-nan@1.0.1 408 silly idealTree │ │ │ ├── object-assign@4.1.1 408 silly idealTree │ │ │ ├── object.omit@2.0.1 408 silly idealTree │ │ │ ├── once@1.4.0 408 silly idealTree │ │ │ ├── optimist@0.6.1 408 silly idealTree │ │ │ ├── os-homedir@1.0.2 408 silly idealTree │ │ │ ├── os-locale@2.0.0 408 silly idealTree │ │ │ ├── p-finally@1.0.0 408 silly idealTree │ │ │ ├── p-limit@1.1.0 408 silly idealTree │ │ │ ├── p-locate@2.0.0 408 silly idealTree │ │ │ ├── parse-glob@3.0.4 408 silly idealTree │ │ │ ├── parse-json@2.2.0 408 silly idealTree │ │ │ ├── path-exists@2.1.0 408 silly idealTree │ │ │ ├── path-is-absolute@1.0.1 408 silly idealTree │ │ │ ├── path-key@2.0.1 408 silly idealTree │ │ │ ├── path-parse@1.0.5 408 silly idealTree │ │ │ ├── path-type@1.1.0 408 silly idealTree │ │ │ ├── pify@2.3.0 408 silly idealTree │ │ │ ├── pinkie-promise@2.0.1 408 silly idealTree │ │ │ ├── pinkie@2.0.4 408 silly idealTree │ │ │ ├─┬ pkg-dir@1.0.0 408 silly idealTree │ │ │ │ └── find-up@1.1.2 408 silly idealTree │ │ │ ├── preserve@0.2.0 408 silly idealTree │ │ │ ├── pseudomap@1.0.2 408 silly idealTree │ │ │ ├── randomatic@1.1.6 408 silly idealTree │ │ │ ├─┬ read-pkg-up@1.0.1 408 silly idealTree │ │ │ │ └── find-up@1.1.2 408 silly idealTree │ │ │ ├── read-pkg@1.1.0 408 silly idealTree │ │ │ ├── regenerator-runtime@0.10.5 408 silly idealTree │ │ │ ├── regex-cache@0.4.3 408 silly idealTree │ │ │ ├── remove-trailing-separator@1.0.1 408 silly idealTree │ │ │ ├── repeat-element@1.1.2 408 silly idealTree │ │ │ ├── repeat-string@1.6.1 408 silly idealTree │ │ │ ├── repeating@2.0.1 408 silly idealTree │ │ │ ├── require-directory@2.1.1 408 silly idealTree │ │ │ ├── require-main-filename@1.0.1 408 silly idealTree │ │ │ ├── resolve-from@2.0.0 408 silly idealTree │ │ │ ├── right-align@0.1.3 408 silly idealTree │ │ │ ├── rimraf@2.6.1 408 silly idealTree │ │ │ ├── semver@5.3.0 408 silly idealTree │ │ │ ├── set-blocking@2.0.0 408 silly idealTree │ │ │ ├── signal-exit@3.0.2 408 silly idealTree │ │ │ ├── slide@1.1.6 408 silly idealTree │ │ │ ├── source-map@0.5.6 408 silly idealTree │ │ │ ├── spawn-wrap@1.3.6 408 silly idealTree │ │ │ ├── spdx-correct@1.0.2 408 silly idealTree │ │ │ ├── spdx-expression-parse@1.0.4 408 silly idealTree │ │ │ ├── spdx-license-ids@1.2.2 408 silly idealTree │ │ │ ├─┬ string-width@2.0.0 408 silly idealTree │ │ │ │ └── is-fullwidth-code-point@2.0.0 408 silly idealTree │ │ │ ├── strip-ansi@3.0.1 408 silly idealTree │ │ │ ├── strip-bom@2.0.0 408 silly idealTree │ │ │ ├── strip-eof@1.0.0 408 silly idealTree │ │ │ ├── supports-color@2.0.0 408 silly idealTree │ │ │ ├── test-exclude@4.1.1 408 silly idealTree │ │ │ ├── to-fast-properties@1.0.3 408 silly idealTree │ │ │ ├── trim-right@1.0.1 408 silly idealTree │ │ │ ├─┬ uglify-js@2.8.27 408 silly idealTree │ │ │ │ ├── camelcase@1.2.1 408 silly idealTree │ │ │ │ └── yargs@3.10.0 408 silly idealTree │ │ │ ├── uglify-to-browserify@1.0.2 408 silly idealTree │ │ │ ├── validate-npm-package-license@3.0.1 408 silly idealTree │ │ │ ├── which-module@2.0.0 408 silly idealTree │ │ │ ├── which@1.2.14 408 silly idealTree │ │ │ ├── window-size@0.1.0 408 silly idealTree │ │ │ ├── wordwrap@0.0.3 408 silly idealTree │ │ │ ├─┬ wrap-ansi@2.1.0 408 silly idealTree │ │ │ │ └── string-width@1.0.2 408 silly idealTree │ │ │ ├── wrappy@1.0.2 408 silly idealTree │ │ │ ├── write-file-atomic@1.3.4 408 silly idealTree │ │ │ ├── y18n@3.2.1 408 silly idealTree │ │ │ ├── yallist@2.1.2 408 silly idealTree │ │ │ ├─┬ yargs-parser@5.0.0 408 silly idealTree │ │ │ │ └── camelcase@3.0.0 408 silly idealTree │ │ │ └─┬ yargs@8.0.1 408 silly idealTree │ │ │ ├── camelcase@4.1.0 408 silly idealTree │ │ │ ├─┬ cliui@3.2.0 408 silly idealTree │ │ │ │ └── string-width@1.0.2 408 silly idealTree │ │ │ ├── load-json-file@2.0.0 408 silly idealTree │ │ │ ├── path-type@2.0.0 408 silly idealTree │ │ │ ├── read-pkg-up@2.0.0 408 silly idealTree │ │ │ ├── read-pkg@2.0.0 408 silly idealTree │ │ │ ├── strip-bom@3.0.0 408 silly idealTree │ │ │ └── yargs-parser@7.0.0 408 silly idealTree │ │ └── os-homedir@1.0.1 408 silly idealTree │ ├── text-extensions@1.4.0 408 silly idealTree │ ├── text-table@0.2.0 408 silly idealTree │ ├── through@2.3.8 408 silly idealTree │ ├─┬ through2@2.0.3 408 silly idealTree │ │ ├── readable-stream@2.2.9 408 silly idealTree │ │ └── string_decoder@1.0.1 408 silly idealTree │ ├── tmatch@3.0.0 408 silly idealTree │ ├── tough-cookie@2.3.2 408 silly idealTree │ ├── trim-newlines@1.0.0 408 silly idealTree │ ├── trim-off-newlines@1.0.1 408 silly idealTree │ ├── trivial-deferred@1.0.1 408 silly idealTree │ ├── tryit@1.0.3 408 silly idealTree │ ├── tunnel-agent@0.4.3 408 silly idealTree │ ├── tweetnacl@0.14.5 408 silly idealTree │ ├── type-check@0.3.2 408 silly idealTree │ ├── typedarray@0.0.6 408 silly idealTree │ ├─┬ uglify-js@2.8.27 408 silly idealTree │ │ ├── camelcase@1.2.1 408 silly idealTree │ │ ├── source-map@0.5.6 408 silly idealTree │ │ └── yargs@3.10.0 408 silly idealTree │ ├── uglify-to-browserify@1.0.2 408 silly idealTree │ ├── unicode-length@1.0.3 408 silly idealTree │ ├── user-home@2.0.0 408 silly idealTree │ ├── util-deprecate@1.0.2 408 silly idealTree │ ├── validate-npm-package-license@3.0.1 408 silly idealTree │ ├── verror@1.3.6 408 silly idealTree │ ├── which-module@1.0.0 408 silly idealTree │ ├─┬ which@1.2.14 408 silly idealTree │ │ └── isexe@2.0.0 408 silly idealTree │ ├── window-size@0.1.0 408 silly idealTree │ ├── wordwrap@1.0.0 408 silly idealTree │ ├── wrap-ansi@2.1.0 408 silly idealTree │ ├── wrappy@1.0.2 408 silly idealTree │ ├── write@0.2.1 408 silly idealTree │ ├── xtend@4.0.1 408 silly idealTree │ ├── y18n@3.2.1 408 silly idealTree │ ├── yallist@2.1.2 408 silly idealTree │ ├── yapool@1.0.0 408 silly idealTree │ ├─┬ yargs-parser@4.2.1 408 silly idealTree │ │ └── camelcase@3.0.0 408 silly idealTree │ └─┬ yargs@6.6.0 408 silly idealTree │ ├── camelcase@3.0.0 408 silly idealTree │ ├── cliui@3.2.0 408 silly idealTree │ ├── load-json-file@1.1.0 408 silly idealTree │ ├── path-type@1.1.0 408 silly idealTree │ ├── read-pkg-up@1.0.1 408 silly idealTree │ ├── read-pkg@1.1.0 408 silly idealTree │ └── strip-bom@2.0.0 408 silly idealTree ├── inflight@1.0.6 408 silly idealTree ├── inherits@2.0.3 408 silly idealTree ├── ini@1.3.5 408 silly idealTree ├── is-redirect@1.0.0 408 silly idealTree ├── is-retry-allowed@1.1.0 408 silly idealTree ├── is-stream@1.1.0 408 silly idealTree ├── isarray@1.0.0 408 silly idealTree ├── isemail@3.1.3 408 silly idealTree ├── joi@13.6.0 408 silly idealTree ├── latest-version@3.1.0 408 silly idealTree ├── lowercase-keys@1.0.1 408 silly idealTree ├── marked@0.3.12 408 silly idealTree ├── minimatch@3.0.4 408 silly idealTree ├── minimist@1.2.0 408 silly idealTree ├─┬ mkdirp@0.5.1 408 silly idealTree │ └── minimist@0.0.8 408 silly idealTree ├── msee@0.3.5 408 silly idealTree ├── nopt@4.0.1 408 silly idealTree ├── object-keys@0.4.0 408 silly idealTree ├── once@1.4.0 408 silly idealTree ├── os-homedir@1.0.2 408 silly idealTree ├── os-tmpdir@1.0.2 408 silly idealTree ├── osenv@0.1.5 408 silly idealTree ├── package-json@4.0.1 408 silly idealTree ├── path-is-absolute@1.0.1 408 silly idealTree ├── prepend-http@1.0.4 408 silly idealTree ├── process-nextick-args@2.0.0 408 silly idealTree ├── punycode@2.1.1 408 silly idealTree ├── rc@1.2.8 408 silly idealTree ├── readable-stream@2.3.6 408 silly idealTree ├── redeyed@1.0.1 408 silly idealTree ├── registry-auth-token@3.3.2 408 silly idealTree ├── registry-url@3.1.0 408 silly idealTree ├── repeat-string@1.6.1 408 silly idealTree ├── resumer@0.0.0 408 silly idealTree ├── rimraf@2.6.2 408 silly idealTree ├── safe-buffer@5.1.2 408 silly idealTree ├── semver@5.5.1 408 silly idealTree ├─┬ simple-terminal-menu@1.1.3 408 silly idealTree │ ├── ansi-regex@2.1.1 408 silly idealTree │ ├── ansi-styles@2.2.1 408 silly idealTree │ ├── chalk@1.1.3 408 silly idealTree │ ├── strip-ansi@3.0.1 408 silly idealTree │ └── supports-color@2.0.0 408 silly idealTree ├── split@1.0.1 408 silly idealTree ├── string_decoder@1.1.1 408 silly idealTree ├── string-to-stream@1.1.1 408 silly idealTree ├── strip-ansi@4.0.0 408 silly idealTree ├── strip-json-comments@2.0.1 408 silly idealTree ├── supports-color@5.5.0 408 silly idealTree ├── table-header@0.2.2 408 silly idealTree ├── text-table@0.2.0 408 silly idealTree ├── through@2.3.8 408 silly idealTree ├── through2-map@3.0.0 408 silly idealTree ├── through2@2.0.3 408 silly idealTree ├── timed-out@4.0.1 408 silly idealTree ├── topo@3.0.0 408 silly idealTree ├── tuple-stream@0.0.2 408 silly idealTree ├── typedarray@0.0.6 408 silly idealTree ├── unzip-response@2.0.1 408 silly idealTree ├── url-parse-lax@1.0.0 408 silly idealTree ├── util-deprecate@1.0.2 408 silly idealTree ├── varsize-string@2.2.2 408 silly idealTree ├── wcsize@1.0.0 408 silly idealTree ├── wcstring@2.1.1 408 silly idealTree ├── workshopper-adventure-storage@3.0.0 408 silly idealTree ├── workshopper-adventure@6.0.4 408 silly idealTree ├─┬ workshopper-exercise@3.0.1 408 silly idealTree │ ├── ansi-regex@2.1.1 408 silly idealTree │ ├── ansi-styles@2.2.1 408 silly idealTree │ ├── chalk@1.1.3 408 silly idealTree │ ├── strip-ansi@3.0.1 408 silly idealTree │ └── supports-color@2.0.0 408 silly idealTree ├─┬ workshopper-wrappedexec@0.1.3 408 silly idealTree │ └── xtend@2.1.2 408 silly idealTree ├── wrappy@1.0.2 408 silly idealTree └── xtend@4.0.1 409 silly install generateActionsToTake 410 warn checkPermissions Missing write access to /usr/local/lib/node_modules 411 timing stage:rollbackFailedOptional Completed in 2ms 412 timing stage:runTopLevelLifecycles Completed in 5975ms 413 verbose stack Error: EACCES: permission denied, access '/usr/local/lib/node_modules' 414 verbose cwd /Users/AlfieLuigi 415 verbose Darwin 16.7.0 416 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "learnyounode" 417 verbose node v10.9.0 418 verbose npm v6.2.0 419 error path /usr/local/lib/node_modules 420 error code EACCES 421 error errno -13 422 error syscall access 423 error Error: EACCES: permission denied, access '/usr/local/lib/node_modules' 423 error { [Error: EACCES: permission denied, access '/usr/local/lib/node_modules'] 423 error stack: 423 error 'Error: EACCES: permission denied, access \'/usr/local/lib/node_modules\'', 423 error errno: -13, 423 error code: 'EACCES', 423 error syscall: 'access', 423 error path: '/usr/local/lib/node_modules' } 424 error The operation was rejected by your operating system. 424 error It is likely you do not have the permissions to access this file as the current user 424 error 424 error If you believe this might be a permissions issue, please double-check the 424 error permissions of the file and its containing directories, or try running 424 error the command again as root/Administrator (though this is not recommended). 425 verbose exit [ -13, true ]

MohammedShwani commented 5 years ago

Try updating composer to latest version, then update npm

netwons commented 5 years ago

thank you

On Thu, Sep 6, 2018 at 12:40 PM MohammedShwani notifications@github.com wrote:

Try update composer to latest version, then update npm

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JeffreyWay/laravel-mix/issues/1016#issuecomment-419004867, or mute the thread https://github.com/notifications/unsubscribe-auth/AFrKdKEAxB6IJj_vN6H9W8tyKzJMbdDsks5uYNhlgaJpZM4Obyli .

ArturWk4 commented 5 years ago

I've changed .js on .jsx because my IDE doesn't worked with JSX sintax in .js files, after it I get this error and changed again .jsx on .js!

mappweb commented 5 years ago

You must update the configuration of the package.json if you update the framework of laravel.

netwons commented 3 years ago

what kind of help you need?

MukeshKumarMalhi commented 3 years ago

git error git package json npm run dev error. Anyone can help? node -v : 14.15.4 npm -v : 6.14.11 package.json and cmd errors images are attached. Thank you.

MukeshKumarMalhi commented 3 years ago

@JeffreyWay kindly help me