-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
31 lines (31 loc) · 1.42 KB
/
npm-debug.log
File metadata and controls
31 lines (31 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
0 info it worked if it ends with ok
1 verbose cli [ '/Users/luca/.nvm/versions/node/v5.0.0/bin/node',
1 verbose cli '/Users/luca/.nvm/versions/node/v5.0.0/bin/npm',
1 verbose cli 'install',
1 verbose cli '--save',
1 verbose cli 'firebase' ]
2 info using npm@3.3.6
3 info using node@v5.0.0
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly rollbackFailedOptional Starting
8 silly rollbackFailedOptional Finishing
9 silly runTopLevelLifecycles Starting
10 silly runTopLevelLifecycles Finishing
11 silly install printInstalled
12 verbose stack Error: ENOENT: no such file or directory, stat '/Users/luca/code/CrowdSurge/node_modules/bl/node_modules/core-util-is'
12 verbose stack at Error (native)
13 verbose cwd /Users/luca/code/CrowdSurge
14 error Darwin 15.6.0
15 error argv "/Users/luca/.nvm/versions/node/v5.0.0/bin/node" "/Users/luca/.nvm/versions/node/v5.0.0/bin/npm" "install" "--save" "firebase"
16 error node v5.0.0
17 error npm v3.3.6
18 error path /Users/luca/code/CrowdSurge/node_modules/bl/node_modules/core-util-is
19 error code ENOENT
20 error errno -2
21 error syscall stat
22 error enoent ENOENT: no such file or directory, stat '/Users/luca/code/CrowdSurge/node_modules/bl/node_modules/core-util-is'
22 error enoent This is most likely not a problem with npm itself
22 error enoent and is related to npm not being able to find a file.
23 verbose exit [ -2, true ]