Created
May 6, 2017 09:48
-
-
Save yangwao/e017819b9a7291060d14e9b7fabba243 to your computer and use it in GitHub Desktop.
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
⫸ cat /Users/wao/.npm/_logs/2017-05-06T09_46_27_579Z-debug.log | |
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/bin/node', | |
1 verbose cli '/usr/local/bin/npm5', | |
1 verbose cli 'i', | |
1 verbose cli '-g', | |
1 verbose cli 'standard-readme' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 notice BETA npm5 is beta software. Please see https://github.com/npm/npm/issues/16510 for known issues, and please file a new one if you find something new. | |
5 silly install loadCurrentTree | |
6 silly install readGlobalPackageData | |
7 http fetch GET 200 https://registry.npmjs.org/standard-readme 30ms (from cache) | |
8 verbose pacote tag manifest for standard-readme@latest fetched in 54ms | |
9 silly install normalizeTree | |
10 silly install loadIdealTree | |
11 silly install cloneCurrentTreeToIdealTree | |
12 silly install loadShrinkwrap | |
13 silly install loadAllDepsIntoIdealTree | |
14 silly resolveWithNewModule [email protected] checking installable status | |
15 silly currentTree lib | |
16 silly idealTree lib | |
16 silly idealTree └── [email protected] | |
17 silly install generateActionsToTake | |
18 silly diffTrees action count 1 | |
19 silly diffTrees add [email protected] | |
20 silly decomposeActions action count 8 | |
21 silly decomposeActions fetch [email protected] | |
22 silly decomposeActions extract [email protected] | |
23 silly decomposeActions test [email protected] | |
24 silly decomposeActions preinstall [email protected] | |
25 silly decomposeActions build [email protected] | |
26 silly decomposeActions install [email protected] | |
27 silly decomposeActions postinstall [email protected] | |
28 silly decomposeActions finalize [email protected] | |
29 silly install executeActions | |
30 silly doSerial global-install 0 | |
31 verbose correctMkdir /Users/wao/.npm/_locks correctMkdir not in flight; initializing | |
32 verbose lock using /Users/wao/.npm/_locks/staging-3a08f0df5026584d.lock for /usr/local/lib/node_modules/.staging | |
33 silly doParallel extract 1 | |
34 silly extract [email protected] | |
35 silly pacote trying standard-readme@latest by hash: sha1-K757jYzqpuGhrbDm4SgIIfskpKY= | |
36 silly pacote data for sha1-K757jYzqpuGhrbDm4SgIIfskpKY= not present. Using manifest. | |
37 http fetch GET 200 https://registry.npmjs.org/standard-readme 3ms (from cache) | |
38 verbose stack TypeError: uid must be an unsigned int | |
38 verbose stack at Object.fs.chown (fs.js:1187:11) | |
38 verbose stack at Object.chown (/usr/local/lib/node_modules/npm5/node_modules/graceful-fs/polyfills.js:259:17) | |
38 verbose stack at /usr/local/lib/node_modules/npm5/node_modules/chownr/chownr.js:12:43 | |
38 verbose stack at go$readdir$cb (/usr/local/lib/node_modules/npm5/node_modules/graceful-fs/graceful-fs.js:149:14) | |
38 verbose stack at FSReqWrap.oncomplete (fs.js:114:15) | |
39 verbose cwd /Users/wao | |
40 verbose Darwin 16.5.0 | |
41 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm5" "i" "-g" "standard-readme" | |
42 verbose node v7.9.0 | |
43 verbose npm v5.0.0-beta.43 | |
44 error uid must be an unsigned int | |
45 verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment