-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathnpm-debug.log
33 lines (33 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
0 info it worked if it ends with ok
1 verbose cli [ '/Users/naderdabit/.nvm/versions/node/v6.9.1/bin/node',
1 verbose cli '/Users/naderdabit/.nvm/versions/node/v6.9.1/bin/npm',
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 escapedName: null,
7 silly cache add name: null,
7 silly cache add rawSpec: '.',
7 silly cache add spec: '/Users/naderdabit/opensource/create-xp-app/bin',
7 silly cache add type: 'local' }
8 error addLocal Could not install /Users/naderdabit/opensource/create-xp-app/bin
9 verbose stack Error: EISDIR: illegal operation on a directory, read
9 verbose stack at Error (native)
10 verbose cwd /Users/naderdabit/opensource/create-xp-app/bin
11 error Darwin 16.4.0
12 error argv "/Users/naderdabit/.nvm/versions/node/v6.9.1/bin/node" "/Users/naderdabit/.nvm/versions/node/v6.9.1/bin/npm" "publish"
13 error node v6.9.1
14 error npm v3.10.8
15 error code EISDIR
16 error errno -21
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 [ -21, true ]