-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
87 lines (87 loc) · 4.18 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:\\Development\\Program Files\\nodejs\\\\node.exe',
1 verbose cli 'C:\\Development\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'js-doc',
1 verbose cli '--save-dev' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink C:\Development\Program Files\nodejs\\node.exe
5 warn package.json [email protected] No repository field.
6 warn package.json [email protected] No README data
7 verbose readDependencies using package.json deps
8 verbose cache add [ 'js-doc', null ]
9 verbose cache add name=undefined spec="js-doc" args=["js-doc",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: 'js-doc',
10 verbose parsed url path: 'js-doc',
10 verbose parsed url href: 'js-doc' }
11 silly lockFile ec309a72-js-doc js-doc
12 verbose lock js-doc C:\Users\ybxs7g2\AppData\Roaming\npm-cache\ec309a72-js-doc.lock
13 silly lockFile ec309a72-js-doc js-doc
14 silly lockFile ec309a72-js-doc js-doc
15 verbose addNamed [ 'js-doc', '' ]
16 verbose addNamed [ null, '*' ]
17 silly lockFile 75852b62-js-doc js-doc@
18 verbose lock js-doc@ C:\Users\ybxs7g2\AppData\Roaming\npm-cache\75852b62-js-doc.lock
19 silly addNameRange { name: 'js-doc', range: '*', hasData: false }
20 verbose request where is /js-doc
21 verbose request registry http://registry.npmjs.org/
22 verbose request id d70b358b52c00df8
23 verbose url raw /js-doc
24 verbose url resolving [ 'http://registry.npmjs.org/', './js-doc' ]
25 verbose url resolved http://registry.npmjs.org/js-doc
26 verbose request where is http://registry.npmjs.org/js-doc
27 info trying registry request attempt 1 at 16:25:44
28 http GET http://registry.npmjs.org/js-doc
29 http 404 http://registry.npmjs.org/js-doc
30 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30 verbose headers 'content-type': 'application/json',
30 verbose headers 'cache-control': 'max-age=0',
30 verbose headers 'accept-ranges': 'bytes',
30 verbose headers date: 'Wed, 18 Mar 2015 21:25:44 GMT',
30 verbose headers via: '1.1 varnish, 1.1 localhost.localdomain',
30 verbose headers age: '1',
30 verbose headers 'x-served-by': 'cache-dfw1831-DFW',
30 verbose headers 'x-cache': 'MISS',
30 verbose headers 'x-cache-hits': '0',
30 verbose headers 'x-timer': 'S1426713944.910183,VS0,VE64',
30 verbose headers 'content-length': '51' }
31 silly registry.get cb [ 404,
31 silly registry.get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31 silly registry.get 'content-type': 'application/json',
31 silly registry.get 'cache-control': 'max-age=0',
31 silly registry.get 'accept-ranges': 'bytes',
31 silly registry.get date: 'Wed, 18 Mar 2015 21:25:44 GMT',
31 silly registry.get via: '1.1 varnish, 1.1 localhost.localdomain',
31 silly registry.get age: '1',
31 silly registry.get 'x-served-by': 'cache-dfw1831-DFW',
31 silly registry.get 'x-cache': 'MISS',
31 silly registry.get 'x-cache-hits': '0',
31 silly registry.get 'x-timer': 'S1426713944.910183,VS0,VE64',
31 silly registry.get 'content-length': '51' } ]
32 silly lockFile 75852b62-js-doc js-doc@
33 silly lockFile 75852b62-js-doc js-doc@
34 error 404 404 Not Found: js-doc
34 error 404
34 error 404 'js-doc' is not in the npm registry.
34 error 404 You should bug the author to publish it
34 error 404 It was specified as a dependency of 'trunk'
34 error 404
34 error 404 Note that you can also install from a
34 error 404 tarball, folder, or http url, or git url.
35 error System Windows_NT 6.1.7601
36 error command "C:\\Development\\Program Files\\nodejs\\\\node.exe" "C:\\Development\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "js-doc" "--save-dev"
37 error cwd C:\Development\source control\svn\benefit-market\umbraco-frontend\branches\zrjg65p-techdebt-sprint7
38 error node -v v0.10.36
39 error npm -v 1.4.28
40 error code E404
41 verbose exit [ 1, true ]