-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
90 lines (90 loc) · 4.25 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
90
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 'grunt-g' ]
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 warn package.json [email protected] No README data
7 verbose readDependencies using package.json deps
8 verbose cache add [ 'grunt-g', null ]
9 verbose cache add name=undefined spec="grunt-g" args=["grunt-g",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: 'grunt-g',
10 verbose parsed url path: 'grunt-g',
10 verbose parsed url href: 'grunt-g' }
11 silly lockFile 24e56c4e-grunt-g grunt-g
12 verbose lock grunt-g C:\Users\Jonathan\AppData\Roaming\npm-cache\24e56c4e-grunt-g.lock
13 silly lockFile 24e56c4e-grunt-g grunt-g
14 silly lockFile 24e56c4e-grunt-g grunt-g
15 verbose addNamed [ 'grunt-g', '' ]
16 verbose addNamed [ null, '*' ]
17 silly lockFile 9a263e70-grunt-g grunt-g@
18 verbose lock grunt-g@ C:\Users\Jonathan\AppData\Roaming\npm-cache\9a263e70-grunt-g.lock
19 silly addNameRange { name: 'grunt-g', range: '*', hasData: false }
20 verbose request where is /grunt-g
21 verbose request registry https://registry.npmjs.org/
22 verbose request id c9f22e144135136c
23 verbose url raw /grunt-g
24 verbose url resolving [ 'https://registry.npmjs.org/', './grunt-g' ]
25 verbose url resolved https://registry.npmjs.org/grunt-g
26 verbose request where is https://registry.npmjs.org/grunt-g
27 info trying registry request attempt 1 at 14:30:44
28 http GET https://registry.npmjs.org/grunt-g
29 http 404 https://registry.npmjs.org/grunt-g
30 verbose headers { date: 'Thu, 23 Oct 2014 12:30:54 GMT',
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 'content-length': '52',
30 verbose headers 'accept-ranges': 'bytes',
30 verbose headers via: '1.1 varnish',
30 verbose headers age: '0',
30 verbose headers 'x-served-by': 'cache-lcy1127-LCY',
30 verbose headers 'x-cache': 'MISS',
30 verbose headers 'x-cache-hits': '0',
30 verbose headers 'x-timer': 'S1414067454.131606,VS0,VE87',
30 verbose headers 'keep-alive': 'timeout=10, max=50',
30 verbose headers connection: 'Keep-Alive' }
31 silly registry.get cb [ 404,
31 silly registry.get { date: 'Thu, 23 Oct 2014 12:30:54 GMT',
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 'content-length': '52',
31 silly registry.get 'accept-ranges': 'bytes',
31 silly registry.get via: '1.1 varnish',
31 silly registry.get age: '0',
31 silly registry.get 'x-served-by': 'cache-lcy1127-LCY',
31 silly registry.get 'x-cache': 'MISS',
31 silly registry.get 'x-cache-hits': '0',
31 silly registry.get 'x-timer': 'S1414067454.131606,VS0,VE87',
31 silly registry.get 'keep-alive': 'timeout=10, max=50',
31 silly registry.get connection: 'Keep-Alive' } ]
32 silly lockFile 9a263e70-grunt-g grunt-g@
33 silly lockFile 9a263e70-grunt-g grunt-g@
34 error 404 404 Not Found: grunt-g
34 error 404
34 error 404 'grunt-g' 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 'WebApp'
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.2.9200
36 error command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "grunt-g"
37 error cwd c:\wamp\www\node\webapp_template
38 error node -v v0.10.32
39 error npm -v 1.4.28
40 error code E404
41 verbose exit [ 1, true ]