-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
89 lines (89 loc) · 4.16 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 (x86)\\nodejs\\\\node.exe',
1 verbose cli 'C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'ydn.db' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink C:\Program Files (x86)\nodejs\\node.exe
5 warn package.json [email protected] No repository field.
6 verbose readDependencies using package.json deps
7 verbose cache add [ 'ydn.db', null ]
8 verbose cache add name=undefined spec="ydn.db" args=["ydn.db",null]
9 verbose parsed url { protocol: null,
9 verbose parsed url slashes: null,
9 verbose parsed url auth: null,
9 verbose parsed url host: null,
9 verbose parsed url port: null,
9 verbose parsed url hostname: null,
9 verbose parsed url hash: null,
9 verbose parsed url search: null,
9 verbose parsed url query: null,
9 verbose parsed url pathname: 'ydn.db',
9 verbose parsed url path: 'ydn.db',
9 verbose parsed url href: 'ydn.db' }
10 silly lockFile ec955d40-ydn-db ydn.db
11 verbose lock ydn.db C:\Users\victormanuel\AppData\Roaming\npm-cache\ec955d40-ydn-db.lock
12 silly lockFile ec955d40-ydn-db ydn.db
13 silly lockFile ec955d40-ydn-db ydn.db
14 verbose addNamed [ 'ydn.db', '' ]
15 verbose addNamed [ null, '*' ]
16 silly lockFile a3b2863e-ydn-db ydn.db@
17 verbose lock ydn.db@ C:\Users\victormanuel\AppData\Roaming\npm-cache\a3b2863e-ydn-db.lock
18 silly addNameRange { name: 'ydn.db', range: '*', hasData: false }
19 verbose request where is /ydn.db
20 verbose request registry https://registry.npmjs.org/
21 verbose request id 53d95677d34cf9b6
22 verbose url raw /ydn.db
23 verbose url resolving [ 'https://registry.npmjs.org/', './ydn.db' ]
24 verbose url resolved https://registry.npmjs.org/ydn.db
25 verbose request where is https://registry.npmjs.org/ydn.db
26 info trying registry request attempt 1 at 10:51:07
27 http GET https://registry.npmjs.org/ydn.db
28 http 404 https://registry.npmjs.org/ydn.db
29 verbose headers { date: 'Sat, 06 Dec 2014 15:51:07 GMT',
29 verbose headers server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
29 verbose headers 'content-type': 'application/json',
29 verbose headers 'cache-control': 'max-age=0',
29 verbose headers 'content-length': '52',
29 verbose headers 'accept-ranges': 'bytes',
29 verbose headers via: '1.1 varnish',
29 verbose headers age: '0',
29 verbose headers 'x-served-by': 'cache-iad2124-IAD',
29 verbose headers 'x-cache': 'MISS',
29 verbose headers 'x-cache-hits': '0',
29 verbose headers 'x-timer': 'S1417881067.194696,VS0,VE57',
29 verbose headers 'keep-alive': 'timeout=10, max=50',
29 verbose headers connection: 'Keep-Alive' }
30 silly registry.get cb [ 404,
30 silly registry.get { date: 'Sat, 06 Dec 2014 15:51:07 GMT',
30 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30 silly registry.get 'content-type': 'application/json',
30 silly registry.get 'cache-control': 'max-age=0',
30 silly registry.get 'content-length': '52',
30 silly registry.get 'accept-ranges': 'bytes',
30 silly registry.get via: '1.1 varnish',
30 silly registry.get age: '0',
30 silly registry.get 'x-served-by': 'cache-iad2124-IAD',
30 silly registry.get 'x-cache': 'MISS',
30 silly registry.get 'x-cache-hits': '0',
30 silly registry.get 'x-timer': 'S1417881067.194696,VS0,VE57',
30 silly registry.get 'keep-alive': 'timeout=10, max=50',
30 silly registry.get connection: 'Keep-Alive' } ]
31 silly lockFile a3b2863e-ydn-db ydn.db@
32 silly lockFile a3b2863e-ydn-db ydn.db@
33 error 404 404 Not Found: ydn.db
33 error 404
33 error 404 'ydn.db' is not in the npm registry.
33 error 404 You should bug the author to publish it
33 error 404 It was specified as a dependency of 'ionic-project'
33 error 404
33 error 404 Note that you can also install from a
33 error 404 tarball, folder, or http url, or git url.
34 error System Windows_NT 6.2.9200
35 error command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "ydn.db"
36 error cwd H:\projects\instructor
37 error node -v v0.10.33
38 error npm -v 1.4.28
39 error code E404
40 verbose exit [ 1, true ]