-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
30 lines (30 loc) · 1.22 KB
/
Copy pathnpm-debug.log
File metadata and controls
30 lines (30 loc) · 1.22 KB
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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'pack' ]
2 info using npm@3.10.9
3 info using node@v6.9.2
4 silly cache add args [ '.', null ]
5 verbose cache add spec .
6 silly cache add parsed spec Result {
6 silly cache add raw: '.',
6 silly cache add scope: null,
6 silly cache add escapedName: null,
6 silly cache add name: null,
6 silly cache add rawSpec: '.',
6 silly cache add spec: '/Users/eugene.niemand/projects/hackathon',
6 silly cache add type: 'local' }
7 error addLocal Could not install /Users/eugene.niemand/projects/hackathon
8 verbose stack Error: EISDIR: illegal operation on a directory, read
8 verbose stack at Error (native)
9 verbose cwd /Users/eugene.niemand/projects/hackathon
10 error Darwin 16.4.0
11 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "pack"
12 error node v6.9.2
13 error npm v3.10.9
14 error code EISDIR
15 error errno -21
16 error syscall read
17 error eisdir EISDIR: illegal operation on a directory, read
18 error eisdir This is most likely not a problem with npm itself
18 error eisdir and is related to npm not being able to find a package.json in
18 error eisdir a package you are trying to install.
19 verbose exit [ -21, true ]