-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnpm-debug.log
More file actions
136 lines (136 loc) · 8.87 KB
/
Copy pathnpm-debug.log
File metadata and controls
136 lines (136 loc) · 8.87 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install', '-g', 'heroku' ]
2 info using npm@1.4.28
3 info using node@v0.10.32
4 verbose node symlink /usr/bin/node
5 verbose cache add [ 'heroku', null ]
6 verbose cache add name=undefined spec="heroku" args=["heroku",null]
7 verbose parsed url { protocol: null,
7 verbose parsed url slashes: null,
7 verbose parsed url auth: null,
7 verbose parsed url host: null,
7 verbose parsed url port: null,
7 verbose parsed url hostname: null,
7 verbose parsed url hash: null,
7 verbose parsed url search: null,
7 verbose parsed url query: null,
7 verbose parsed url pathname: 'heroku',
7 verbose parsed url path: 'heroku',
7 verbose parsed url href: 'heroku' }
8 silly lockFile 9aef5f5a-heroku heroku
9 verbose lock heroku /home/academy/.npm/9aef5f5a-heroku.lock
10 silly lockFile 9aef5f5a-heroku heroku
11 silly lockFile 9aef5f5a-heroku heroku
12 verbose addNamed [ 'heroku', '' ]
13 verbose addNamed [ null, '*' ]
14 silly lockFile 91601de1-heroku heroku@
15 verbose lock heroku@ /home/academy/.npm/91601de1-heroku.lock
16 silly addNameRange { name: 'heroku', range: '*', hasData: false }
17 verbose request where is /heroku
18 verbose request registry http://registry.npmjs.org/
19 verbose request id 547957073489923d
20 verbose url raw /heroku
21 verbose url resolving [ 'http://registry.npmjs.org/', './heroku' ]
22 verbose url resolved http://registry.npmjs.org/heroku
23 verbose request where is http://registry.npmjs.org/heroku
24 info trying registry request attempt 1 at 11:37:17
25 verbose etag "3PZYCJZH0BQGW5YKLFT75WVWJ"
26 http GET http://registry.npmjs.org/heroku
27 http 304 http://registry.npmjs.org/heroku
28 silly registry.get cb [ 304,
28 silly registry.get { date: 'Wed, 29 Oct 2014 11:37:17 GMT',
28 silly registry.get via: '1.1 varnish',
28 silly registry.get 'last-modified': 'Wed, 29 Oct 2014 11:37:18 GMT',
28 silly registry.get 'cache-control': 'max-age=60',
28 silly registry.get etag: '"3PZYCJZH0BQGW5YKLFT75WVWJ"',
28 silly registry.get age: '0',
28 silly registry.get connection: 'keep-alive',
28 silly registry.get 'x-served-by': 'cache-ams4129-AMS',
28 silly registry.get 'x-cache': 'MISS',
28 silly registry.get 'x-cache-hits': '0',
28 silly registry.get 'x-timer': 'S1414582637.420431,VS0,VE809',
28 silly registry.get vary: 'Accept' } ]
29 verbose etag http://registry.npmjs.org/heroku from cache
30 silly addNameRange number 2 { name: 'heroku', range: '*', hasData: true }
31 silly addNameRange versions [ 'heroku',
31 silly addNameRange [ '0.0.1',
31 silly addNameRange '0.0.2',
31 silly addNameRange '0.0.3',
31 silly addNameRange '0.0.4',
31 silly addNameRange '0.0.5',
31 silly addNameRange '0.0.6',
31 silly addNameRange '0.0.7',
31 silly addNameRange '0.1.0',
31 silly addNameRange '0.1.1',
31 silly addNameRange '0.1.2' ] ]
32 verbose addNamed [ 'heroku', '0.1.2' ]
33 verbose addNamed [ '0.1.2', '0.1.2' ]
34 silly lockFile ec938b9c-heroku-0-1-2 heroku@0.1.2
35 verbose lock heroku@0.1.2 /home/academy/.npm/ec938b9c-heroku-0-1-2.lock
36 silly lockFile ec938b9c-heroku-0-1-2 heroku@0.1.2
37 silly lockFile ec938b9c-heroku-0-1-2 heroku@0.1.2
38 silly lockFile 91601de1-heroku heroku@
39 silly lockFile 91601de1-heroku heroku@
40 silly resolved [ { name: 'heroku',
40 silly resolved description: 'Heroku API bindings for node.',
40 silly resolved version: '0.1.2',
40 silly resolved homepage: 'http://github.com/toots/node-heroku',
40 silly resolved author: { name: 'Romain Beauxis' },
40 silly resolved repository: { type: 'git', url: 'git://github.com/toots/node-heroku.git' },
40 silly resolved bugs: { url: 'http://github.com/toots/node-heroku/issues' },
40 silly resolved main: 'lib/heroku.js',
40 silly resolved directories: { lib: './lib', test: './test', src: './src' },
40 silly resolved scripts: { test: 'cake spec' },
40 silly resolved engine: { node: '>= 0.4.7', npm: '1' },
40 silly resolved licences: [ [Object] ],
40 silly resolved dependencies: { 'coffee-script': '1.6.3', 'jasmine-node': '1.10.2' },
40 silly resolved readme: 'Heroku client API for node\n==========================\n\nWelcome to this (almost) untested, mostly rip-off of [heroku/heroku.rb](https://github.com/heroku/heroku.rb).\n\nThis module provides exactly the same API as heroku\'s official client. Each function has been carefully fed\nto monkeys who, through patience and understanding, had been trained to translate basic ruby into coffee \nscript.\n\n<table>\n <tr><td><img src="https://github.com/toots/node-heroku/raw/master/misc/monkey.png" alt="A monkey in action" title="A monkey in action"/></td></tr>\n <tr><td>A monkey in action</td></tr>\n</table>\n\nThose monkeys\' education cost a lot so we could not afford tests for this code. However, we guarantee that\nno animal was hurt while preparing this module.\n\nHow to use?\n===========\n\nAPI exported by this module is _exactly_ the same as API exported by [heroku/heroku.rb](https://github.com/heroku/heroku.rb).\nYes, this also means that some variables are not camelCased. We apologize in advance for this inconvenience and,\nmost regretfully, have to deny any liability regarding possible eye injury while inspecting this code.\n\nThat being said, here\'s a sample use:\n\n heroku = require("heroku");\n client = new heroku.Heroku({key: "deadbeef"});\n client.get_releases("my_app", function (error, result) {\n (...your code here...)\n });\n\nFor those who prefer to have it with more caffeine, here\'s the same example in\n[coffee-script](https://github.com/jashkenas/coffee-script):\n\n {Heroku} = require "heroku"\n client = new Heroku\n key : "deadbeef"\n\n client.get_releases "my_app", (error, result) ->\n (..your code here..)\n\n### License\n\nThis code is dual licensed under the Beerware / Lunchware license. See below for details:\n\n THE BEER-WARE / LUNCH-WARE LICENSE (Revision 42):\n <toots@rastageeks.org> wrote this file. As long as you retain this notice you\n can do whatever you want with this stuff. If we meet some day, and you think\n this stuff is worth it, you can buy me a beer and/or lunch in return -- Romain Beauxis\n',
40 silly resolved readmeFilename: 'README.md',
40 silly resolved _id: 'heroku@0.1.2',
40 silly resolved dist:
40 silly resolved { shasum: '194a988e4442babc8b030049668b5b212853a5d6',
40 silly resolved tarball: 'http://registry.npmjs.org/heroku/-/heroku-0.1.2.tgz' },
40 silly resolved _from: 'heroku@',
40 silly resolved _npmVersion: '1.2.21',
40 silly resolved _npmUser: { name: 'toots', email: 'toots@rastageeks.org' },
40 silly resolved maintainers: [ [Object] ],
40 silly resolved _shasum: '194a988e4442babc8b030049668b5b212853a5d6',
40 silly resolved _resolved: 'http://registry.npmjs.org/heroku/-/heroku-0.1.2.tgz' } ]
41 info install heroku@0.1.2 into /usr/lib
42 info installOne heroku@0.1.2
43 verbose lib/node_modules/heroku unbuild
44 verbose tar unpack /home/academy/.npm/heroku/0.1.2/package.tgz
45 silly lockFile 665415f3-tar-usr-lib-node-modules-heroku tar:///usr/lib/node_modules/heroku
46 verbose lock tar:///usr/lib/node_modules/heroku /home/academy/.npm/665415f3-tar-usr-lib-node-modules-heroku.lock
47 silly lockFile 89e00895-emy-npm-heroku-0-1-2-package-tgz tar:///home/academy/.npm/heroku/0.1.2/package.tgz
48 verbose lock tar:///home/academy/.npm/heroku/0.1.2/package.tgz /home/academy/.npm/89e00895-emy-npm-heroku-0-1-2-package-tgz.lock
49 silly gunzTarPerm modes [ '775', '664' ]
50 error Error: EACCES, mkdir '/usr/lib/node_modules/heroku'
50 error { [Error: EACCES, mkdir '/usr/lib/node_modules/heroku']
50 error errno: 3,
50 error code: 'EACCES',
50 error path: '/usr/lib/node_modules/heroku',
50 error fstream_type: 'Directory',
50 error fstream_path: '/usr/lib/node_modules/heroku',
50 error fstream_class: 'DirWriter',
50 error fstream_stack:
50 error [ '/usr/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:36:23',
50 error '/usr/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53',
50 error 'Object.oncomplete (fs.js:107:15)' ] }
51 error Please try running this command again as root/Administrator.
52 error System Linux 3.8.11
53 error command "/usr/bin/node" "/usr/bin/npm" "install" "-g" "heroku"
54 error cwd /home/academy/runnerbeans14
55 error node -v v0.10.32
56 error npm -v 1.4.28
57 error path /usr/lib/node_modules/heroku
58 error fstream_path /usr/lib/node_modules/heroku
59 error fstream_type Directory
60 error fstream_class DirWriter
61 error code EACCES
62 error errno 3
63 error stack Error: EACCES, mkdir '/usr/lib/node_modules/heroku'
64 error fstream_stack /usr/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:36:23
64 error fstream_stack /usr/lib/node_modules/npm/node_modules/mkdirp/index.js:46:53
64 error fstream_stack Object.oncomplete (fs.js:107:15)
65 verbose exit [ 3, true ]