-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnpm-debug.log
34 lines (34 loc) · 1.43 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/Users/josephorr/.npm-packages/bin/npm',
1 verbose cli 'publish' ]
2 info using [email protected]
3 info using [email protected]
4 verbose config Skipping project config: /Users/josephorr/.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 escapedName: null,
8 silly cache add name: null,
8 silly cache add rawSpec: '.',
8 silly cache add spec: '/Users/josephorr/Development/vue/leo-examples',
8 silly cache add type: 'local' }
9 error addLocal Could not install /Users/josephorr/Development/vue/leo-examples
10 verbose stack Error: EISDIR: illegal operation on a directory, read
10 verbose stack at Error (native)
11 verbose cwd /Users/josephorr/Development/vue/leo-examples
12 error Darwin 17.5.0
13 error argv "/usr/local/bin/node" "/Users/josephorr/.npm-packages/bin/npm" "publish"
14 error node v6.11.4
15 error npm v3.10.10
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 ]