This repository was archived by the owner on Aug 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 604
Expand file tree
/
Copy pathnpm-debug.log
More file actions
executable file
·101 lines (101 loc) · 4.99 KB
/
npm-debug.log
File metadata and controls
executable file
·101 lines (101 loc) · 4.99 KB
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
91
92
93
94
95
96
97
98
99
100
101
info it worked if it ends with ok
verbose cli [ 'node',
verbose cli '/usr/local/bin/npm',
verbose cli 'i',
verbose cli 'eventemitter-light' ]
info using npm@1.0.105
info using node@v0.4.12
verbose config file /Users/christopherthorn/.npmrc
verbose config file /usr/local/etc/npmrc
verbose config file /usr/local/lib/node_modules/npm/npmrc
silly testEngine { name: 'coffee-script',
silly testEngine description: 'Unfancy JavaScript',
silly testEngine keywords: [ 'javascript', 'language', 'coffeescript', 'compiler' ],
silly testEngine author: { name: 'Jeremy Ashkenas' },
silly testEngine version: '1.2.0',
silly testEngine licenses:
silly testEngine [ { type: 'MIT',
silly testEngine url: 'http://github.com/jashkenas/coffee-script/raw/master/LICENSE' } ],
silly testEngine engines: { node: '>=0.4.0' },
silly testEngine directories: { lib: './lib/coffee-script' },
silly testEngine main: './lib/coffee-script/coffee-script',
silly testEngine bin: { coffee: './bin/coffee', cake: './bin/cake' },
silly testEngine homepage: 'http://coffeescript.org',
silly testEngine repository:
silly testEngine { type: 'git',
silly testEngine url: 'git://github.com/jashkenas/coffee-script.git' },
silly testEngine devDependencies: { 'uglify-js': '>=1.0.0', jison: '>=0.2.0' },
silly testEngine _npmUser: { name: 'chris.thorn', email: 'chris@koding.com' },
silly testEngine _id: 'coffee-script@1.2.0',
silly testEngine dependencies: {},
silly testEngine _engineSupported: true,
silly testEngine _npmVersion: '1.0.105',
silly testEngine _nodeVersion: 'v0.4.12',
silly testEngine _defaultsLoaded: true }
verbose caching /Users/christopherthorn/Desktop/kfmjs/node_modules/pistachio/node_modules/coffee-script/package.json
verbose loadDefaults coffee-script@1.2.0
silly testEngine { name: 'uglify-js',
silly testEngine description: 'JavaScript parser and compressor/beautifier toolkit',
silly testEngine author:
silly testEngine { name: 'Mihai Bazon',
silly testEngine email: 'mihai.bazon@gmail.com',
silly testEngine url: 'http://mihai.bazon.net/blog' },
silly testEngine version: '1.2.5',
silly testEngine main: './uglify-js.js',
silly testEngine bin: { uglifyjs: './bin/uglifyjs' },
silly testEngine repository:
silly testEngine { type: 'git',
silly testEngine url: 'git@github.com:mishoo/UglifyJS.git' },
silly testEngine _npmUser: { name: 'chris.thorn', email: 'chris@koding.com' },
silly testEngine _id: 'uglify-js@1.2.5',
silly testEngine dependencies: {},
silly testEngine devDependencies: {},
silly testEngine engines: { node: '*' },
silly testEngine _engineSupported: true,
silly testEngine _npmVersion: '1.0.105',
silly testEngine _nodeVersion: 'v0.4.12',
silly testEngine _defaultsLoaded: true }
verbose caching /Users/christopherthorn/Desktop/kfmjs/node_modules/pistachio/node_modules/uglify-js/package.json
verbose loadDefaults uglify-js@1.2.5
verbose into /Users/christopherthorn/Desktop/kfmjs/node_modules/pistachio [ 'eventemitter-light' ]
verbose cache add eventemitter-light
verbose cache add [ 'eventemitter-light', null ]
silly cache add: name, spec, args [ undefined,
silly cache add: name, spec, args 'eventemitter-light',
silly cache add: name, spec, args [ 'eventemitter-light', null ] ]
verbose parsed url { pathname: 'eventemitter-light',
verbose parsed url href: 'eventemitter-light' }
info addNamed [ 'eventemitter-light', '' ]
verbose addNamed [ null, '' ]
verbose GET eventemitter-light
verbose raw, before any munging eventemitter-light
verbose url resolving [ 'https://registry.npmjs.org/',
verbose url resolving './eventemitter-light' ]
verbose url resolved https://registry.npmjs.org/eventemitter-light
silly get cb [ 200,
silly get cb { vary: 'Accept',
silly get cb server: 'CouchDB/1.1.0 (Erlang OTP/R14B04)',
silly get cb etag: '"BHK0KZSSWK556QAG8AZGIYJOQ"',
silly get cb date: 'Fri, 17 Feb 2012 22:46:14 GMT',
silly get cb 'content-type': 'application/json',
silly get cb 'content-length': '6574' } ]
verbose mkdir (expected) error ENOENT, No such file or directory '/Users/christopherthorn/.npm/eventemitter-light'
verbose mkdir done: /Users/christopherthorn/.npm/eventemitter-light 755
ERR! Error: No compatible version found: eventemitter-light
ERR! No valid targets found.
ERR! Perhaps not compatible with your version of node?
ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:424:10)
ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:406:17
ERR! at saved (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:136:7)
ERR! at cb (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:36:9)
ERR! Report this *entire* log at:
ERR! <http://github.com/isaacs/npm/issues>
ERR! or email it to:
ERR! <npm-@googlegroups.com>
ERR!
ERR! System Darwin 11.3.0
ERR! command "node" "/usr/local/bin/npm" "i" "eventemitter-light"
ERR! cwd /Users/christopherthorn/Desktop/kfmjs/node_modules/pistachio
ERR! node -v v0.4.12
ERR! npm -v 1.0.105
verbose exit [ 1, true ]