-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
89 lines (89 loc) · 4.64 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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'Ninject',
1 verbose cli '--save' ]
2 info using [email protected]
3 info using [email protected]
4 verbose install initial load of C:\users\markus\documents\visual studio 2015\Projects\FinalExamProject\package.json
5 verbose readDependencies loading dependencies from C:\users\markus\documents\visual studio 2015\Projects\FinalExamProject\package.json
6 silly cache add args [ 'Ninject', null ]
7 verbose cache add spec Ninject
8 silly cache add parsed spec Result {
8 silly cache add raw: 'Ninject',
8 silly cache add scope: null,
8 silly cache add name: 'Ninject',
8 silly cache add rawSpec: '',
8 silly cache add spec: 'latest',
8 silly cache add type: 'tag' }
9 silly addNamed Ninject@latest
10 verbose addNamed "latest" is being treated as a dist-tag for Ninject
11 info addNameTag [ 'Ninject', 'latest' ]
12 silly mapToRegistry name Ninject
13 silly mapToRegistry using default registry
14 silly mapToRegistry registry https://registry.npmjs.org/
15 silly mapToRegistry uri https://registry.npmjs.org/Ninject
16 verbose addNameTag registry:https://registry.npmjs.org/Ninject not in flight; fetching
17 verbose request uri https://registry.npmjs.org/Ninject
18 verbose request no auth needed
19 info attempt registry request try #1 at 21:13:57
20 verbose request id 1df6a9c7b688e113
21 http request GET https://registry.npmjs.org/Ninject
22 http 404 https://registry.npmjs.org/Ninject
23 verbose headers { 'content-type': 'application/json',
23 verbose headers 'cache-control': 'max-age=0',
23 verbose headers 'content-length': '2',
23 verbose headers 'accept-ranges': 'bytes',
23 verbose headers date: 'Tue, 24 May 2016 19:13:50 GMT',
23 verbose headers via: '1.1 varnish',
23 verbose headers age: '0',
23 verbose headers connection: 'keep-alive',
23 verbose headers 'x-served-by': 'cache-fra1226-FRA',
23 verbose headers 'x-cache': 'MISS',
23 verbose headers 'x-cache-hits': '0',
23 verbose headers 'x-timer': 'S1464117230.544129,VS0,VE189',
23 verbose headers vary: 'Accept-Encoding' }
24 silly get cb [ 404,
24 silly get { 'content-type': 'application/json',
24 silly get 'cache-control': 'max-age=0',
24 silly get 'content-length': '2',
24 silly get 'accept-ranges': 'bytes',
24 silly get date: 'Tue, 24 May 2016 19:13:50 GMT',
24 silly get via: '1.1 varnish',
24 silly get age: '0',
24 silly get connection: 'keep-alive',
24 silly get 'x-served-by': 'cache-fra1226-FRA',
24 silly get 'x-cache': 'MISS',
24 silly get 'x-cache-hits': '0',
24 silly get 'x-timer': 'S1464117230.544129,VS0,VE189',
24 silly get vary: 'Accept-Encoding' } ]
25 verbose stack Error: Registry returned 404 for GET on https://registry.npmjs.org/Ninject
25 verbose stack at makeError (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:264:12)
25 verbose stack at CachingRegistryClient.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:242:14)
25 verbose stack at Request._callback (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:172:14)
25 verbose stack at Request.self.callback (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:198:22)
25 verbose stack at emitTwo (events.js:87:13)
25 verbose stack at Request.emit (events.js:172:7)
25 verbose stack at Request.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:1082:10)
25 verbose stack at emitOne (events.js:82:20)
25 verbose stack at Request.emit (events.js:169:7)
25 verbose stack at IncomingMessage.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:1009:12)
26 verbose statusCode 404
27 verbose pkgid Ninject
28 verbose cwd C:\users\markus\documents\visual studio 2015\Projects\FinalExamProject
29 error Windows_NT 10.0.10586
30 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "Ninject" "--save"
31 error node v4.3.1
32 error npm v2.14.12
33 error code E404
34 error 404 Registry returned 404 for GET on https://registry.npmjs.org/Ninject
34 error 404
34 error 404 'Ninject' is not in the npm registry.
34 error 404 Your package name is not valid, because
34 error 404
34 error 404 1. name can no longer contain capital letters
34 error 404
34 error 404 Note that you can also install from a
34 error 404 tarball, folder, http url, or git url.
35 verbose exit [ 1, true ]