-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
32 lines (32 loc) · 1.34 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
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Users\\zork\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'publish' ]
2 info using [email protected]
3 info using [email protected]
4 verbose publish [ '.' ]
5 silly cache add args [ '.', null ]
6 verbose cache add spec .
7 silly cache add parsed spec Result {
7 silly cache add raw: '.',
7 silly cache add scope: null,
7 silly cache add name: null,
7 silly cache add rawSpec: '.',
7 silly cache add spec: 'C:\\GIT\\DSGulpBuilder',
7 silly cache add type: 'local' }
8 error addLocal Could not install C:\GIT\DSGulpBuilder
9 verbose stack Error: EISDIR: illegal operation on a directory, read
9 verbose stack at Error (native)
10 verbose cwd C:\GIT\DSGulpBuilder
11 error Windows_NT 6.1.7601
12 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\zork\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "publish"
13 error node v4.2.3
14 error npm v3.7.1
15 error code EISDIR
16 error errno -4068
17 error syscall read
18 error eisdir EISDIR: illegal operation on a directory, read
19 error eisdir This is most likely not a problem with npm itself
19 error eisdir and is related to npm not being able to find a package.json in
19 error eisdir a package you are trying to install.
20 verbose exit [ -4068, true ]