-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnpm-debug.log
More file actions
68 lines (68 loc) · 3.22 KB
/
npm-debug.log
File metadata and controls
68 lines (68 loc) · 3.22 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
info it worked if it ends with ok
verbose cli [ 'node', '/usr/bin/npm', 'install', '-g', 'grunt-cli' ]
info using npm@1.1.4
info using node@v0.6.12
verbose config file /home/vagrant/.npmrc
verbose config file /usr/etc/npmrc
verbose config file /usr/share/npm/npmrc
silly exec /usr/bin/node "/usr/share/npm/bin/npm-get-uid-gid.js" "nobody" 1000
silly spawning [ '/usr/bin/node',
silly spawning [ '/usr/share/npm/bin/npm-get-uid-gid.js', 'nobody', 1000 ],
silly spawning null ]
silly output from getuid/gid {"uid":65534,"gid":1000}
silly output from getuid/gid
verbose cache add [ 'grunt-cli', null ]
silly cache add: name, spec, args [ undefined, 'grunt-cli', [ 'grunt-cli', null ] ]
verbose parsed url { pathname: 'grunt-cli', path: 'grunt-cli', href: 'grunt-cli' }
verbose addNamed [ 'grunt-cli', '' ]
verbose addNamed [ null, '' ]
silly name, range, hasData [ 'grunt-cli', '', false ]
verbose raw, before any munging grunt-cli
verbose url resolving [ 'http://registry.npmjs.org/', './grunt-cli' ]
verbose url resolved http://registry.npmjs.org/grunt-cli
http GET http://registry.npmjs.org/grunt-cli
http 200 http://registry.npmjs.org/grunt-cli
silly get cb [ 200,
silly get cb { server: 'CouchDB/1.5.0 (Erlang OTP/R16B)',
silly get cb etag: '"EZOK5CQ2DO4PGU1ADXOCH69A3"',
silly get cb 'content-type': 'application/json',
silly get cb via: '1.1 varnish',
silly get cb 'cache-control': 'max-age=1',
silly get cb 'content-length': '19513',
silly get cb 'accept-ranges': 'bytes',
silly get cb date: 'Tue, 08 Apr 2014 19:31:42 GMT',
silly get cb age: '33',
silly get cb connection: 'keep-alive',
silly get cb 'x-served-by': 'cache-v36-ASH, cache-jfk1029-JFK',
silly get cb 'x-cache': 'MISS, HIT',
silly get cb 'x-cache-hits': '0, 1',
silly get cb 'x-timer': 'S1396833569.777696609,VS0,VS5,VE231,VE151932445',
silly get cb vary: 'Accept' } ]
verbose mkdir (expected) error ENOENT, no such file or directory '/home/vagrant/.npm'
verbose mkdir (expected) error ENOENT, no such file or directory '/home/vagrant/.npm/grunt-cli'
verbose mkdir done: /home/vagrant/.npm/grunt-cli 755
silly name, range, hasData 2 [ 'grunt-cli', '', true ]
silly versions [ 'grunt-cli', [] ]
ERR! Error: No compatible version found: grunt-cli
ERR! No valid targets found.
ERR! Perhaps not compatible with your version of node?
ERR! at installTargetsError (/usr/share/npm/lib/cache.js:488:10)
ERR! at next_ (/usr/share/npm/lib/cache.js:438:17)
ERR! at next (/usr/share/npm/lib/cache.js:415:44)
ERR! at /usr/share/npm/lib/cache.js:408:5
ERR! at saved (/usr/share/npm/lib/utils/npm-registry-client/get.js:147:7)
ERR! at Object.oncomplete (/usr/lib/nodejs/graceful-fs.js:230:7)
ERR! You may report this log at:
ERR! <http://bugs.debian.org/npm>
ERR! or use
ERR! reportbug --attach /var/www/drupal7/sites/all/modules/islandora_mirador/npm-debug.log npm
ERR!
ERR! System Linux 3.5.0-23-generic
ERR! command "node" "/usr/bin/npm" "install" "-g" "grunt-cli"
ERR! cwd /var/www/drupal7/sites/all/modules/islandora_mirador
ERR! node -v v0.6.12
ERR! npm -v 1.1.4
ERR! message No compatible version found: grunt-cli
ERR! message No valid targets found.
ERR! message Perhaps not compatible with your version of node?
verbose exit [ 1, true ]