-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
87 lines (87 loc) · 4.55 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
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 'jquery-ui-touch',
1 verbose cli '--save-dev' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink C:\Program Files\nodejs\\node.exe
5 warn package.json [email protected] No repository field.
6 warn package.json [email protected] No README data
7 silly cache add args [ 'jquery-ui-touch', null ]
8 verbose cache add spec jquery-ui-touch
9 silly cache add parsed spec { raw: 'jquery-ui-touch',
9 silly cache add scope: null,
9 silly cache add name: 'jquery-ui-touch',
9 silly cache add rawSpec: '',
9 silly cache add spec: '*',
9 silly cache add type: 'range' }
10 verbose addNamed jquery-ui-touch@*
11 silly addNamed semver.valid null
12 silly addNamed semver.validRange *
13 silly addNameRange { name: 'jquery-ui-touch', range: '*', hasData: false }
14 silly mapToRegistry name jquery-ui-touch
15 silly mapToRegistry using default registry
16 silly mapToRegistry registry https://registry.npmjs.org/
17 silly mapToRegistry uri https://registry.npmjs.org/jquery-ui-touch
18 verbose addNameRange registry:https://registry.npmjs.org/jquery-ui-touch not in flight; fetching
19 verbose request uri https://registry.npmjs.org/jquery-ui-touch
20 verbose request no auth needed
21 info attempt registry request try #1 at 11:40:00 AM
22 verbose request id 07647d33ab51ef67
23 http request GET https://registry.npmjs.org/jquery-ui-touch
24 http 404 https://registry.npmjs.org/jquery-ui-touch
25 verbose headers { 'content-type': 'application/json',
25 verbose headers 'cache-control': 'max-age=0',
25 verbose headers 'content-length': '2',
25 verbose headers 'accept-ranges': 'bytes',
25 verbose headers date: 'Tue, 29 Dec 2015 19:39:59 GMT',
25 verbose headers via: '1.1 varnish',
25 verbose headers age: '0',
25 verbose headers connection: 'keep-alive',
25 verbose headers 'x-served-by': 'cache-sjc3126-SJC',
25 verbose headers 'x-cache': 'MISS',
25 verbose headers 'x-cache-hits': '0',
25 verbose headers 'x-timer': 'S1451417999.386420,VS0,VE41' }
26 silly get cb [ 404,
26 silly get { 'content-type': 'application/json',
26 silly get 'cache-control': 'max-age=0',
26 silly get 'content-length': '2',
26 silly get 'accept-ranges': 'bytes',
26 silly get date: 'Tue, 29 Dec 2015 19:39:59 GMT',
26 silly get via: '1.1 varnish',
26 silly get age: '0',
26 silly get connection: 'keep-alive',
26 silly get 'x-served-by': 'cache-sjc3126-SJC',
26 silly get 'x-cache': 'MISS',
26 silly get 'x-cache-hits': '0',
26 silly get 'x-timer': 'S1451417999.386420,VS0,VE41' } ]
27 verbose stack Error: Registry returned 404 for GET on https://registry.npmjs.org/jquery-ui-touch
27 verbose stack at CachingRegistryClient.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:239:14)
27 verbose stack at Request._callback (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:170:14)
27 verbose stack at Request.self.callback (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:344:22)
27 verbose stack at Request.emit (events.js:110:17)
27 verbose stack at Request.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:1239:14)
27 verbose stack at Request.emit (events.js:129:20)
27 verbose stack at IncomingMessage.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:1187:12)
27 verbose stack at IncomingMessage.emit (events.js:129:20)
27 verbose stack at _stream_readable.js:908:16
27 verbose stack at process._tickCallback (node.js:355:11)
28 verbose statusCode 404
29 verbose pkgid jquery-ui-touch
30 verbose cwd C:\Users\Owner\Dropbox\FoodPlate-App\app
31 error Windows_NT 6.1.7601
32 error argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "jquery-ui-touch" "--save-dev"
33 error node v0.12.2
34 error npm v2.7.4
35 error code E404
36 error 404 Registry returned 404 for GET on https://registry.npmjs.org/jquery-ui-touch
36 error 404
36 error 404 'jquery-ui-touch' is not in the npm registry.
36 error 404 You should bug the author to publish it (or use the name yourself!)
36 error 404 It was specified as a dependency of 'foodPlate'
36 error 404
36 error 404 Note that you can also install from a
36 error 404 tarball, folder, http url, or git url.
37 verbose exit [ 1, true ]