-
Notifications
You must be signed in to change notification settings - Fork 2
/
npm-debug.log
58 lines (58 loc) · 2.79 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
info it worked if it ends with ok
verbose cli [ 'C:\\nodejs\\\\node.exe',
verbose cli 'C:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
verbose cli 'install',
verbose cli '-g',
verbose cli 'pygments' ]
info using [email protected]
info using [email protected]
verbose config file C:\Users\AN015953\.npmrc
verbose config file C:\nodejs\etc\npmrc
verbose config file C:\nodejs\node_modules\npm\npmrc
verbose mkdir done: C:\Users\AN015953\AppData\Roaming\npm 755
verbose into C:\Users\AN015953\AppData\Roaming\npm [ 'pygments' ]
verbose cache add pygments
verbose cache add [ 'pygments', null ]
silly cache add: name, spec, args [ undefined, 'pygments', [ 'pygments', null ] ]
verbose parsed url { pathname: 'pygments', path: 'pygments', href: 'pygments' }
verbose addNamed [ 'pygments', '' ]
verbose addNamed [ null, '' ]
silly name, range, hasData [ 'pygments', '', false ]
verbose raw, before any munging pygments
verbose url resolving [ 'https://registry.npmjs.org/', './pygments' ]
verbose url resolved https://registry.npmjs.org/pygments
http GET https://registry.npmjs.org/pygments
http 200 https://registry.npmjs.org/pygments
silly get cb [ 200,
silly get cb { vary: 'Accept',
silly get cb server: 'CouchDB/1.1.0 (Erlang OTP/R14B04)',
silly get cb etag: '"4LEXT5TV1LOQLX1H0MDU9NXO5"',
silly get cb date: 'Fri, 30 Dec 2011 17:35:49 GMT',
silly get cb 'content-type': 'application/json',
silly get cb 'content-length': '1468' } ]
verbose mkdir (expected) error ENOENT, no such file or directory 'C:\Users\AN015953\AppData\Roaming\npm-cache\pygments'
verbose mkdir done: C:\Users\AN015953\AppData\Roaming\npm-cache\pygments 755
silly name, range, hasData 2 [ 'pygments', '', true ]
silly versions [ 'pygments', [] ]
ERR! Error: No compatible version found: pygments
ERR! No valid targets found.
ERR! Perhaps not compatible with your version of node?
ERR! at installTargetsError (C:\nodejs\node_modules\npm\lib\cache.js:488:10)
ERR! at next_ (C:\nodejs\node_modules\npm\lib\cache.js:438:17)
ERR! at next (C:\nodejs\node_modules\npm\lib\cache.js:415:44)
ERR! at C:\nodejs\node_modules\npm\lib\cache.js:408:5
ERR! at Object.saved [as oncomplete] (C:\nodejs\node_modules\npm\lib\utils\npm-registry-client\get.js:147:7)
ERR! Report this *entire* log at:
ERR! <http://github.com/isaacs/npm/issues>
ERR! or email it to:
ERR! <[email protected]>
ERR!
ERR! System Windows_NT 6.1.7601
ERR! command "C:\\nodejs\\\\node.exe" "C:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "pygments"
ERR! cwd C:\Users\AN015953\Documents\Aptana Studio 3 Workspace\Backbone-Collection-Multi-Sort
ERR! node -v v0.6.6
ERR! npm -v 1.1.0-beta-4
ERR! message No compatible version found: pygments
ERR! message No valid targets found.
ERR! message Perhaps not compatible with your version of node?
verbose exit [ 1, true ]