Created
April 3, 2018 00:45
-
-
Save mykmelez/16667b043be988167e8110316c527d58 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
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/Cellar/node/9.10.1/bin/node', | |
1 verbose cli '/usr/local/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli '-g' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose npm-session d07c551126bd71bf | |
5 silly install loadCurrentTree | |
6 silly install readGlobalPackageData | |
7 silly pacote directory manifest for undefined@file: fetched in 21ms | |
8 silly install loadIdealTree | |
9 silly install cloneCurrentTreeToIdealTree | |
10 silly install loadShrinkwrap | |
11 silly install loadAllDepsIntoIdealTree | |
12 silly resolveWithNewModule [email protected] checking installable status | |
13 silly currentTree lib | |
14 silly idealTree lib | |
14 silly idealTree └─┬ [email protected] | |
14 silly idealTree ├── [email protected] | |
14 silly idealTree ├── [email protected] | |
14 silly idealTree ├── [email protected] | |
14 silly idealTree ├── [email protected] | |
14 silly idealTree ├── [email protected] | |
14 silly idealTree ├── [email protected] | |
14 silly idealTree └── [email protected] | |
15 silly install generateActionsToTake | |
16 silly diffTrees action count 8 | |
17 silly diffTrees add [email protected] | |
18 silly diffTrees add [email protected] | |
19 silly diffTrees add [email protected] | |
20 silly diffTrees add [email protected] | |
21 silly diffTrees add [email protected] | |
22 silly diffTrees add [email protected] | |
23 silly diffTrees add [email protected] | |
24 silly diffTrees add [email protected] | |
25 silly decomposeActions action count 48 | |
26 silly decomposeActions preinstall [email protected] | |
27 silly decomposeActions build [email protected] | |
28 silly decomposeActions install [email protected] | |
29 silly decomposeActions postinstall [email protected] | |
30 silly decomposeActions finalize [email protected] | |
31 silly decomposeActions refresh-package-json [email protected] | |
32 silly decomposeActions preinstall [email protected] | |
33 silly decomposeActions build [email protected] | |
34 silly decomposeActions install [email protected] | |
35 silly decomposeActions postinstall [email protected] | |
36 silly decomposeActions finalize [email protected] | |
37 silly decomposeActions refresh-package-json [email protected] | |
38 silly decomposeActions preinstall [email protected] | |
39 silly decomposeActions build [email protected] | |
40 silly decomposeActions install [email protected] | |
41 silly decomposeActions postinstall [email protected] | |
42 silly decomposeActions finalize [email protected] | |
43 silly decomposeActions refresh-package-json [email protected] | |
44 silly decomposeActions preinstall [email protected] | |
45 silly decomposeActions build [email protected] | |
46 silly decomposeActions install [email protected] | |
47 silly decomposeActions postinstall [email protected] | |
48 silly decomposeActions finalize [email protected] | |
49 silly decomposeActions refresh-package-json [email protected] | |
50 silly decomposeActions preinstall [email protected] | |
51 silly decomposeActions build [email protected] | |
52 silly decomposeActions install [email protected] | |
53 silly decomposeActions postinstall [email protected] | |
54 silly decomposeActions finalize [email protected] | |
55 silly decomposeActions refresh-package-json [email protected] | |
56 silly decomposeActions preinstall [email protected] | |
57 silly decomposeActions build [email protected] | |
58 silly decomposeActions install [email protected] | |
59 silly decomposeActions postinstall [email protected] | |
60 silly decomposeActions finalize [email protected] | |
61 silly decomposeActions refresh-package-json [email protected] | |
62 silly decomposeActions preinstall [email protected] | |
63 silly decomposeActions build [email protected] | |
64 silly decomposeActions install [email protected] | |
65 silly decomposeActions postinstall [email protected] | |
66 silly decomposeActions finalize [email protected] | |
67 silly decomposeActions refresh-package-json [email protected] | |
68 silly decomposeActions preinstall [email protected] | |
69 silly decomposeActions build [email protected] | |
70 silly decomposeActions install [email protected] | |
71 silly decomposeActions postinstall [email protected] | |
72 silly decomposeActions finalize [email protected] | |
73 silly decomposeActions refresh-package-json [email protected] | |
74 silly install executeActions | |
75 silly doSerial global-install 48 | |
76 verbose correctMkdir /Users/myk/.npm/_locks correctMkdir not in flight; initializing | |
77 verbose lock using /Users/myk/.npm/_locks/staging-3a08f0df5026584d.lock for /usr/local/lib/node_modules/.staging | |
78 silly doParallel extract 0 | |
79 silly doReverseSerial unbuild 48 | |
80 silly doSerial remove 48 | |
81 silly doSerial move 48 | |
82 silly doSerial finalize 48 | |
83 silly finalize /Users/myk/foo/node_modules/color-name | |
84 verbose unlock done using /Users/myk/.npm/_locks/staging-3a08f0df5026584d.lock for /usr/local/lib/node_modules/.staging | |
85 verbose stack Error: ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/color-name-98279d72' -> '/Users/myk/foo/node_modules/color-name' | |
86 verbose cwd /Users/myk/foo | |
87 verbose Darwin 17.5.0 | |
88 verbose argv "/usr/local/Cellar/node/9.10.1/bin/node" "/usr/local/bin/npm" "install" "-g" | |
89 verbose node v9.10.1 | |
90 verbose npm v5.8.0 | |
91 error path /usr/local/lib/node_modules/.staging/color-name-98279d72 | |
92 error code ENOENT | |
93 error errno -2 | |
94 error syscall rename | |
95 error enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/color-name-98279d72' -> '/Users/myk/foo/node_modules/color-name' | |
96 error enoent This is related to npm not being able to find a file. | |
97 verbose exit [ -2, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment