-
Notifications
You must be signed in to change notification settings - Fork 2
/
npm-debug.log
33 lines (33 loc) · 1.49 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
0 info it worked if it ends with ok
1 verbose cli [ '/Users/raditaliem/.nvm/versions/node/v6.2.2/bin/node',
1 verbose cli '/Users/raditaliem/.nvm/versions/node/v6.2.2/bin/npm',
1 verbose cli 'publish' ]
2 info using [email protected]
3 info using [email protected]
4 verbose config Skipping project config: /Users/raditaliem/.npmrc. (matches userconfig)
5 verbose publish [ '.' ]
6 silly cache add args [ '.', null ]
7 verbose cache add spec .
8 silly cache add parsed spec Result {
8 silly cache add raw: '.',
8 silly cache add scope: null,
8 silly cache add name: null,
8 silly cache add rawSpec: '.',
8 silly cache add spec: '/Users/raditaliem/Sites/parallel-nodejs-benchmark',
8 silly cache add type: 'local' }
9 error addLocal Could not install /Users/raditaliem/Sites/parallel-nodejs-benchmark
10 verbose stack Error: EISDIR: illegal operation on a directory, read
10 verbose stack at Error (native)
11 verbose cwd /Users/raditaliem/Sites/parallel-nodejs-benchmark
12 error Darwin 16.7.0
13 error argv "/Users/raditaliem/.nvm/versions/node/v6.2.2/bin/node" "/Users/raditaliem/.nvm/versions/node/v6.2.2/bin/npm" "publish"
14 error node v6.2.2
15 error npm v3.9.5
16 error code EISDIR
17 error errno -21
18 error syscall read
19 error eisdir EISDIR: illegal operation on a directory, read
20 error eisdir This is most likely not a problem with npm itself
20 error eisdir and is related to npm not being able to find a package.json in
20 error eisdir a package you are trying to install.
21 verbose exit [ -21, true ]