-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnpm-debug.log
More file actions
69 lines (69 loc) · 3.05 KB
/
npm-debug.log
File metadata and controls
69 lines (69 loc) · 3.05 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
58
59
60
61
62
63
64
65
66
67
68
69
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'i', '--save', 'ampqplib' ]
2 info using npm@1.4.28
3 info using node@v0.10.40
4 verbose node symlink /usr/bin/node
5 verbose readDependencies using package.json deps
6 verbose cache add [ 'ampqplib', null ]
7 verbose cache add name=undefined spec="ampqplib" args=["ampqplib",null]
8 verbose parsed url { protocol: null,
8 verbose parsed url slashes: null,
8 verbose parsed url auth: null,
8 verbose parsed url host: null,
8 verbose parsed url port: null,
8 verbose parsed url hostname: null,
8 verbose parsed url hash: null,
8 verbose parsed url search: null,
8 verbose parsed url query: null,
8 verbose parsed url pathname: 'ampqplib',
8 verbose parsed url path: 'ampqplib',
8 verbose parsed url href: 'ampqplib' }
9 silly lockFile 21a63511-ampqplib ampqplib
10 verbose lock ampqplib /home/mike/.npm/21a63511-ampqplib.lock
11 silly lockFile 21a63511-ampqplib ampqplib
12 silly lockFile 21a63511-ampqplib ampqplib
13 verbose addNamed [ 'ampqplib', '' ]
14 verbose addNamed [ null, '*' ]
15 silly lockFile 4e6598f1-ampqplib ampqplib@
16 verbose lock ampqplib@ /home/mike/.npm/4e6598f1-ampqplib.lock
17 silly addNameRange { name: 'ampqplib', range: '*', hasData: false }
18 verbose request where is /ampqplib
19 verbose request registry https://registry.npmjs.org/
20 verbose request id eb15c2e79c127d42
21 verbose url raw /ampqplib
22 verbose url resolving [ 'https://registry.npmjs.org/', './ampqplib' ]
23 verbose url resolved https://registry.npmjs.org/ampqplib
24 verbose request where is https://registry.npmjs.org/ampqplib
25 info trying registry request attempt 1 at 13:12:47
26 http GET https://registry.npmjs.org/ampqplib
27 http 404 https://registry.npmjs.org/ampqplib
28 silly registry.get cb [ 404,
28 silly registry.get { 'content-type': 'application/json',
28 silly registry.get 'cache-control': 'max-age=0',
28 silly registry.get 'content-length': '2',
28 silly registry.get 'accept-ranges': 'bytes',
28 silly registry.get date: 'Mon, 04 Jan 2016 21:12:48 GMT',
28 silly registry.get via: '1.1 varnish',
28 silly registry.get age: '0',
28 silly registry.get connection: 'keep-alive',
28 silly registry.get 'x-served-by': 'cache-sjc3131-SJC',
28 silly registry.get 'x-cache': 'MISS',
28 silly registry.get 'x-cache-hits': '0',
28 silly registry.get 'x-timer': 'S1451941967.865096,VS0,VE155' } ]
29 silly lockFile 4e6598f1-ampqplib ampqplib@
30 silly lockFile 4e6598f1-ampqplib ampqplib@
31 error 404 Not Found
31 error 404
31 error 404 'ampqplib' is not in the npm registry.
31 error 404 You should bug the author to publish it
31 error 404 It was specified as a dependency of 'RabbitMQ'
31 error 404
31 error 404 Note that you can also install from a
31 error 404 tarball, folder, or http url, or git url.
32 error System Linux 3.19.0-25-generic
33 error command "/usr/bin/node" "/usr/bin/npm" "i" "--save" "ampqplib"
34 error cwd /home/mike/Coding/RabbitMQ
35 error node -v v0.10.40
36 error npm -v 1.4.28
37 error code E404
38 verbose exit [ 1, true ]