-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
35 lines (35 loc) · 1.76 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install', '-g', 'ansi' ]
2 info using [email protected]
3 info using [email protected]
4 verbose stack Error: Cannot find module 'ansi'
4 verbose stack Require stack:
4 verbose stack - /usr/share/npm/lib/ls.js
4 verbose stack - /usr/share/npm/lib/install.js
4 verbose stack - /usr/share/npm/lib/npm.js
4 verbose stack - /usr/share/npm/bin/npm-cli.js
4 verbose stack at Function.Module._resolveFilename (internal/modules/cjs/loader.js:794:15)
4 verbose stack at Function.Module._load (internal/modules/cjs/loader.js:687:27)
4 verbose stack at Module.require (internal/modules/cjs/loader.js:849:19)
4 verbose stack at require (internal/modules/cjs/helpers.js:74:18)
4 verbose stack at Object.<anonymous> (/usr/share/npm/lib/ls.js:15:13)
4 verbose stack at Module._compile (internal/modules/cjs/loader.js:956:30)
4 verbose stack at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10)
4 verbose stack at Module.load (internal/modules/cjs/loader.js:812:32)
4 verbose stack at Function.Module._load (internal/modules/cjs/loader.js:724:14)
4 verbose stack at Module.require (internal/modules/cjs/loader.js:849:19)
5 verbose cwd /home/petris/Internals/test-monitor
6 error Linux 5.0.0-36-generic
7 error argv "/usr/bin/node" "/usr/bin/npm" "install" "-g" "ansi"
8 error node v12.13.0
9 error npm v3.5.2
10 error code MODULE_NOT_FOUND
11 error Cannot find module 'ansi'
11 error Require stack:
11 error - /usr/share/npm/lib/ls.js
11 error - /usr/share/npm/lib/install.js
11 error - /usr/share/npm/lib/npm.js
11 error - /usr/share/npm/bin/npm-cli.js
12 error If you need help, you may report this error at:
12 error <https://github.com/npm/npm/issues>
13 verbose exit [ 1, true ]