-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnpm-debug.log
executable file
·39 lines (39 loc) · 1.91 KB
/
npm-debug.log
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
32
33
34
35
36
37
38
39
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install', '-d' ]
2 info using [email protected]
3 info using [email protected]
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly install normalizeTree
8 silly loadCurrentTree Finishing
9 silly loadIdealTree Starting
10 silly install loadIdealTree
11 silly cloneCurrentTree Starting
12 silly install cloneCurrentTreeToIdealTree
13 silly cloneCurrentTree Finishing
14 silly loadShrinkwrap Starting
15 silly install loadShrinkwrap
16 silly loadShrinkwrap Finishing
17 silly loadAllDepsIntoIdealTree Starting
18 silly install loadAllDepsIntoIdealTree
19 verbose stack TypeError: Cannot read property 'localeCompare' of undefined
19 verbose stack at installOrder (/usr/local/lib/node_modules/npm/lib/install/deps.js:241:32)
19 verbose stack at Array.sort (native)
19 verbose stack at /usr/local/lib/node_modules/npm/lib/install/deps.js:240:27
19 verbose stack at cb (/usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24)
19 verbose stack at resolveWithExistingModule (/usr/local/lib/node_modules/npm/lib/install/deps.js:377:3)
19 verbose stack at /usr/local/lib/node_modules/npm/lib/install/deps.js:347:5
19 verbose stack at /usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:52:35
19 verbose stack at Array.forEach (native)
19 verbose stack at /usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:52:11
19 verbose stack at Array.forEach (native)
20 verbose cwd /opt/lampp/htdocs/ChatBox
21 error Linux 3.13.0-66-generic
22 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-d"
23 error node v5.0.0
24 error npm v3.3.6
25 error Cannot read property 'localeCompare' of undefined
26 error If you need help, you may report this error at:
26 error <https://github.com/npm/npm/issues>
27 verbose exit [ 1, true ]