Created
June 5, 2018 08:50
-
-
Save Kikobeats/7ac68289bfca7494bc47fd975678da2d to your computer and use it in GitHub Desktop.
npm ERR! asyncWrite is not a function at [email protected] and [email protected]
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
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'i' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose npm-session ce449290ed10022f | |
5 silly install runPreinstallTopLevelLifecycles | |
6 silly preinstall [email protected] | |
7 info lifecycle [email protected]~preinstall: [email protected] | |
8 silly install loadCurrentTree | |
9 silly install readLocalPackageData | |
10 timing stage:loadCurrentTree Completed in 19ms | |
11 silly install loadIdealTree | |
12 silly install cloneCurrentTreeToIdealTree | |
13 timing stage:loadIdealTree:cloneCurrentTree Completed in 1ms | |
14 silly install loadShrinkwrap | |
15 timing stage:loadIdealTree:loadShrinkwrap Completed in 7ms | |
16 silly install loadAllDepsIntoIdealTree | |
17 http fetch GET 200 https://registry.npmjs.org/standard-markdown 100ms (from cache) | |
18 http fetch GET 200 https://registry.npmjs.org/color 104ms (from cache) | |
19 http fetch GET 200 https://registry.npmjs.org/prettier-standard 112ms (from cache) | |
20 http fetch GET 200 https://registry.npmjs.org/babel-eslint 123ms (from cache) | |
21 http fetch GET 200 https://registry.npmjs.org/husky 119ms (from cache) | |
22 silly pacote range manifest for color@~3.0.0 fetched in 117ms | |
23 silly pacote tag manifest for standard-markdown@latest fetched in 122ms | |
24 silly pacote tag manifest for prettier-standard@latest fetched in 124ms | |
25 http fetch GET 200 https://registry.npmjs.org/cssnano 128ms (from cache) | |
26 http fetch GET 200 https://registry.npmjs.org/lint-staged 139ms (from cache) | |
27 silly pacote tag manifest for babel-eslint@latest fetched in 213ms | |
28 http fetch GET 200 https://registry.npmjs.org/standard 145ms (from cache) | |
29 silly pacote tag manifest for husky@latest fetched in 150ms | |
30 silly pacote range manifest for cssnano@~3.10.0 fetched in 164ms | |
31 verbose stack TypeError: asyncWrite is not a function | |
31 verbose stack at onwrite (/usr/local/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js:480:7) | |
31 verbose stack at WritableState.onwrite (/usr/local/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js:180:5) | |
31 verbose stack at WriteStream.to [as _worker] (/usr/local/lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/cache.js:154:13) | |
31 verbose stack at WriteStream._write (/usr/local/lib/node_modules/npm/node_modules/mississippi/node_modules/flush-write-stream/index.js:35:13) | |
31 verbose stack at doWrite (/usr/local/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js:428:64) | |
31 verbose stack at writeOrBuffer (/usr/local/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js:417:5) | |
31 verbose stack at WriteStream.Writable.write (/usr/local/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js:334:11) | |
31 verbose stack at WriteStream.to [as _worker] (/usr/local/lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/cache.js:171:25) | |
31 verbose stack at WriteStream._write (/usr/local/lib/node_modules/npm/node_modules/mississippi/node_modules/flush-write-stream/index.js:35:13) | |
31 verbose stack at doWrite (/usr/local/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js:428:64) | |
31 verbose stack at writeOrBuffer (/usr/local/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js:417:5) | |
31 verbose stack at WriteStream.Writable.write (/usr/local/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js:334:11) | |
31 verbose stack at WriteStream.to [as _worker] (/usr/local/lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/cache.js:182:19) | |
31 verbose stack at WriteStream._write (/usr/local/lib/node_modules/npm/node_modules/mississippi/node_modules/flush-write-stream/index.js:35:13) | |
31 verbose stack at doWrite (/usr/local/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js:428:64) | |
31 verbose stack at writeOrBuffer (/usr/local/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js:417:5) | |
32 verbose cwd /Users/josefranciscoverdugambin/Projects/microlink/microlink-www | |
33 verbose Darwin 17.5.0 | |
34 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" | |
35 verbose node v10.3.0 | |
36 verbose npm v6.1.0 | |
37 error asyncWrite is not a function | |
38 verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment