forked from nicolaslopezj/simple-react-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
30 lines (30 loc) · 1.22 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'publish' ]
2 info using npm@3.7.3
3 info using node@v4.2.3
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: '/Users/nicolaslopezj/Code/Node/react-form',
7 silly cache add type: 'local' }
8 error addLocal Could not install /Users/nicolaslopezj/Code/Node/react-form
9 verbose stack Error: EISDIR: illegal operation on a directory, read
9 verbose stack at Error (native)
10 verbose cwd /Users/nicolaslopezj/Code/Node/react-form
11 error Darwin 15.4.0
12 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish"
13 error node v4.2.3
14 error npm v3.7.3
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 ]