-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathnpm-debug.log
More file actions
57 lines (57 loc) · 2.42 KB
/
npm-debug.log
File metadata and controls
57 lines (57 loc) · 2.42 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
0 info it worked if it ends with ok
1 verbose cli [ '/opt/node/bin/node', '/opt/node/bin/npm', 'install', 'http' ]
2 info using npm@1.3.11
3 info using node@v0.10.20
4 warn package.json obd2pi@0.0.1 No description
5 warn package.json obd2pi@0.0.1 No repository field.
6 warn package.json obd2pi@0.0.1 No README data
7 verbose readDependencies using package.json deps
8 verbose cache add [ 'http', null ]
9 verbose cache add name=undefined spec="http" args=["http",null]
10 verbose parsed url { protocol: null,
10 verbose parsed url slashes: null,
10 verbose parsed url auth: null,
10 verbose parsed url host: null,
10 verbose parsed url port: null,
10 verbose parsed url hostname: null,
10 verbose parsed url hash: null,
10 verbose parsed url search: null,
10 verbose parsed url query: null,
10 verbose parsed url pathname: 'http',
10 verbose parsed url path: 'http',
10 verbose parsed url href: 'http' }
11 silly lockFile 77b5f8e3-http http
12 verbose lock http /home/pi/.npm/77b5f8e3-http.lock
13 silly lockFile 77b5f8e3-http http
14 silly lockFile 77b5f8e3-http http
15 verbose addNamed [ 'http', '' ]
16 verbose addNamed [ null, '*' ]
17 silly lockFile c1086ff9-http http@
18 verbose lock http@ /home/pi/.npm/c1086ff9-http.lock
19 silly addNameRange { name: 'http', range: '*', hasData: false }
20 verbose url raw http
21 verbose url resolving [ 'https://registry.npmjs.org/', './http' ]
22 verbose url resolved https://registry.npmjs.org/http
23 info trying registry request attempt 1 at 03:34:07
24 http GET https://registry.npmjs.org/http
25 http 404 https://registry.npmjs.org/http
26 silly registry.get cb [ 404,
26 silly registry.get { server: 'CouchDB/1.3.1 (Erlang OTP/R15B03)',
26 silly registry.get date: 'Sun, 10 Nov 2013 03:34:08 GMT',
26 silly registry.get 'content-type': 'application/json',
26 silly registry.get 'content-length': '52',
26 silly registry.get 'cache-control': 'must-revalidate' } ]
27 silly lockFile c1086ff9-http http@
28 silly lockFile c1086ff9-http http@
29 error 404 'http' is not in the npm registry.
29 error 404 You should bug the author to publish it
29 error 404
29 error 404 Note that you can also install from a
29 error 404 tarball, folder, or http url, or git url.
30 error System Linux 3.6.11+
31 error command "/opt/node/bin/node" "/opt/node/bin/npm" "install" "http"
32 error cwd /home/pi/obdii
33 error node -v v0.10.20
34 error npm -v 1.3.11
35 error code E404
36 verbose exit [ 1, true ]