Giter VIP home page Giter VIP logo

Comments (8)

ramv avatar ramv commented on July 19, 2024

That is odd. Let me check asap

On Thu, Jan 9, 2014 at 1:13 PM, machunter [email protected] wrote:

I have been including elastical in my project with no problem this week.
Now during the install process of my project or when i try to install
elastical on its own i get the following npm error:

npm ERR! Error: No compatible version found: diff@'[email protected]'
npm ERR! Valid install targets:
npm ERR! ["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8"]


Reply to this email directly or view it on GitHubhttps://github.com//issues/21
.

Best Regards,

Ram Viswanadha

from node-elastical.

ramv avatar ramv commented on July 19, 2024

just installed no issues
what command are you using

localhost:csedata ram$ npm install elastical@latest
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
npm http GET https://registry.npmjs.org/elastical
npm http 200 https://registry.npmjs.org/elastical
npm http GET https://registry.npmjs.org/request/2.9.200
npm http GET https://registry.npmjs.org/diff/1.0.3
npm http 200 https://registry.npmjs.org/diff/1.0.3
npm http GET https://registry.npmjs.org/diff/-/diff-1.0.3.tgz
npm http 200 https://registry.npmjs.org/request/2.9.200
npm http GET https://registry.npmjs.org/request/-/request-2.9.200.tgz
npm http 200 https://registry.npmjs.org/diff/-/diff-1.0.3.tgz
npm http 200 https://registry.npmjs.org/request/-/request-2.9.200.tgz
[email protected] node_modules/elastical

On Thu, Jan 9, 2014 at 1:15 PM, Ram Viswanadha [email protected]:

That is odd. Let me check asap

On Thu, Jan 9, 2014 at 1:13 PM, machunter [email protected]:

I have been including elastical in my project with no problem this week.
Now during the install process of my project or when i try to install
elastical on its own i get the following npm error:

npm ERR! Error: No compatible version found: diff@'[email protected]'
npm ERR! Valid install targets:
npm ERR! ["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8"]


Reply to this email directly or view it on GitHubhttps://github.com//issues/21
.

Best Regards,

Ram Viswanadha

Best Regards,

Ram Viswanadha

from node-elastical.

machunter avatar machunter commented on July 19, 2024

Usually I just do:

npm install -production 

for my project - elastical is one of the dependencies.
When i do:

npm install elastical
npm install elastical@latest
npm install [email protected]

they all fail. I just noticed that the version of elastical had just changed and I tried:

npm install [email protected]

and that worked.

from node-elastical.

ramv avatar ramv commented on July 19, 2024

hmmm .. I tried on multiple machines with different OSes. Can't reproduce the issue. Here is the log form one machine

ubuntu:~/test$ npm install elastical@latest
npm http GET https://registry.npmjs.org/elastical
npm http 304 https://registry.npmjs.org/elastical
npm http GET https://registry.npmjs.org/request/2.9.200
npm http GET https://registry.npmjs.org/diff/1.0.3
npm http 304 https://registry.npmjs.org/diff/1.0.3
npm http 304 https://registry.npmjs.org/request/2.9.200
[email protected] node_modules/elastical
├── [email protected]
└── [email protected]
ubuntu:~/test$ rm -rf node_modules/
ubuntu:~/test$ npm install elastical@latest
npm http GET https://registry.npmjs.org/elastical
npm http 304 https://registry.npmjs.org/elastical
npm http GET https://registry.npmjs.org/request/2.9.200
npm http GET https://registry.npmjs.org/diff/1.0.3
npm http 304 https://registry.npmjs.org/request/2.9.200
npm http 304 https://registry.npmjs.org/diff/1.0.3
[email protected] node_modules/elastical
├── [email protected]
└── [email protected]
ubuntu:~/test$ rm -rf node_modules/
ubuntu:~/test$ npm install [email protected]
npm http GET https://registry.npmjs.org/elastical/0.0.13
npm http 200 https://registry.npmjs.org/elastical/0.0.13
npm http GET https://registry.npmjs.org/elastical/-/elastical-0.0.13.tgz
npm http 200 https://registry.npmjs.org/elastical/-/elastical-0.0.13.tgz
npm http GET https://registry.npmjs.org/diff/1.0.3
npm http GET https://registry.npmjs.org/request/2.9.200
npm http 304 https://registry.npmjs.org/diff/1.0.3
npm http 304 https://registry.npmjs.org/request/2.9.200
[email protected] node_modules/elastical
├── [email protected]
└── [email protected]

from node-elastical.

ramv avatar ramv commented on July 19, 2024

they all fail. I just noticed that the version of elastical had just changed and I tried:

can you paste the log of the failure in the ticket?

from node-elastical.

machunter avatar machunter commented on July 19, 2024

Here is the error log - just noticed that the specific machine the deployment fails on has an older version of node/npm - but it used to deploy on it without any hitch before the bump to 0.0.13

0 info it worked if it ends with ok
1 verbose cli [ '/opt/local/bin/node',
1 verbose cli   '/opt/local/bin/npm',
1 verbose cli   'install',
1 verbose cli   '[email protected]' ]
2 info using [email protected]
3 info using [email protected]
4 verbose read json /root/node/v0.7.80/package.json
5 verbose read json /root/node/v0.7.80/node_modules/underscore/package.json
6 verbose read json /root/node/v0.7.80/node_modules/passport-local/package.json
7 verbose read json /root/node/v0.7.80/node_modules/redis/package.json
8 verbose read json /root/node/v0.7.80/node_modules/underscore.string/package.json
9 verbose read json /root/node/v0.7.80/node_modules/kue/package.json
10 verbose read json /root/node/v0.7.80/node_modules/express/package.json
11 verbose read json /root/node/v0.7.80/node_modules/passport-google-oauth/package.json
12 verbose read json /root/node/v0.7.80/node_modules/elastical/package.json
13 verbose read json /root/node/v0.7.80/node_modules/password-hash/package.json
14 verbose read json /root/node/v0.7.80/node_modules/url-expander/package.json
15 verbose read json /root/node/v0.7.80/node_modules/cron/package.json
16 verbose read json /root/node/v0.7.80/node_modules/connect/package.json
17 verbose read json /root/node/v0.7.80/node_modules/passport-soundcloud/package.json
18 verbose read json /root/node/v0.7.80/node_modules/request/package.json
19 verbose read json /root/node/v0.7.80/node_modules/juice/package.json
20 verbose read json /root/node/v0.7.80/node_modules/diff/package.json
21 verbose read json /root/node/v0.7.80/node_modules/passport-twitter/package.json
22 verbose read json /root/node/v0.7.80/node_modules/colors/package.json
23 verbose read json /root/node/v0.7.80/node_modules/libxmljs/package.json
24 verbose read json /root/node/v0.7.80/node_modules/passport-vimeo/package.json
25 verbose read json /root/node/v0.7.80/node_modules/passport-youtube/package.json
26 verbose read json /root/node/v0.7.80/node_modules/date-utils/package.json
27 verbose read json /root/node/v0.7.80/node_modules/emailjs/package.json
28 verbose read json /root/node/v0.7.80/node_modules/sanitizer/package.json
29 verbose read json /root/node/v0.7.80/node_modules/async/package.json
30 verbose read json /root/node/v0.7.80/node_modules/cheerio/package.json
31 verbose read json /root/node/v0.7.80/node_modules/twit/package.json
32 verbose read json /root/node/v0.7.80/node_modules/connect-gzip/package.json
33 verbose read json /root/node/v0.7.80/node_modules/id3/package.json
34 verbose read json /root/node/v0.7.80/node_modules/analytics-node/package.json
35 verbose read json /root/node/v0.7.80/node_modules/connect-flash/package.json
36 verbose read json /root/node/v0.7.80/node_modules/passport/package.json
37 verbose read json /root/node/v0.7.80/node_modules/requirejs/package.json
38 verbose read json /root/node/v0.7.80/node_modules/lazy/package.json
39 verbose read json /root/node/v0.7.80/node_modules/socket.io/package.json
40 verbose read json /root/node/v0.7.80/node_modules/express-mongoose/package.json
41 verbose read json /root/node/v0.7.80/node_modules/node-minify/package.json
42 verbose read json /root/node/v0.7.80/node_modules/connect-redis/package.json
43 verbose read json /root/node/v0.7.80/node_modules/cp-utilities/package.json
44 verbose read json /root/node/v0.7.80/node_modules/fs-extra/package.json
45 verbose read json /root/node/v0.7.80/node_modules/fbgraph/package.json
46 verbose read json /root/node/v0.7.80/node_modules/awssum-amazon/package.json
47 verbose read json /root/node/v0.7.80/node_modules/express-validator/package.json
48 verbose read json /root/node/v0.7.80/node_modules/time/package.json
49 verbose read json /root/node/v0.7.80/node_modules/pubnub/package.json
50 verbose read json /root/node/v0.7.80/node_modules/oauth/package.json
51 verbose read json /root/node/v0.7.80/node_modules/gm/package.json
52 verbose read json /root/node/v0.7.80/node_modules/cp-models/package.json
53 verbose read json /root/node/v0.7.80/node_modules/connect-mongodb/package.json
54 verbose read json /root/node/v0.7.80/node_modules/jqtpl/package.json
55 verbose read json /root/node/v0.7.80/node_modules/awssum-amazon-s3/package.json
56 verbose read json /root/node/v0.7.80/node_modules/mongoosastic/package.json
57 verbose read json /root/node/v0.7.80/node_modules/passport-oauth/package.json
58 verbose read json /root/node/v0.7.80/node_modules/less-middleware/package.json
59 verbose read json /root/node/v0.7.80/node_modules/awssum/package.json
60 verbose read json /root/node/v0.7.80/node_modules/buffertools/package.json
61 verbose read json /root/node/v0.7.80/node_modules/memwatch/package.json
62 verbose read json /root/node/v0.7.80/node_modules/passport-facebook/package.json
63 verbose read json /root/node/v0.7.80/node_modules/consolidate/package.json
64 verbose from cache /root/node/v0.7.80/package.json
65 verbose readDependencies using package.json deps
66 verbose cache add [ '[email protected]', null ]
67 silly cache add name=undefined spec="[email protected]" args=["[email protected]",null]
68 verbose parsed url { pathname: '[email protected]',
68 verbose parsed url   path: '[email protected]',
68 verbose parsed url   href: '[email protected]' }
69 silly cache add name="elastical" spec="0.0.13" args=["elastical","0.0.13"]
70 verbose parsed url { pathname: '0.0.13', path: '0.0.13', href: '0.0.13' }
71 verbose addNamed [ 'elastical', '0.0.13' ]
72 verbose addNamed [ '0.0.13', '0.0.13' ]
73 silly lockFile 7670ef95-elastical-0-0-13 [email protected]
74 verbose lock [email protected] /root/.npm/7670ef95-elastical-0-0-13.lock
75 verbose url raw elastical/0.0.13
76 verbose url resolving [ 'https://registry.npmjs.org/', './elastical/0.0.13' ]
77 verbose url resolved https://registry.npmjs.org/elastical/0.0.13
78 info trying registry request attempt 1 at 21:48:41
79 http GET https://registry.npmjs.org/elastical/0.0.13
80 http 200 https://registry.npmjs.org/elastical/0.0.13
81 silly registry.get cb [ 200,
81 silly registry.get   { date: 'Thu, 09 Jan 2014 21:48:42 GMT',
81 silly registry.get     server: 'CouchDB/1.5.0 (Erlang OTP/R15B03)',
81 silly registry.get     etag: '"DUXFY98XHDH2C9E5UN64JDRUQ"',
81 silly registry.get     'content-type': 'application/json',
81 silly registry.get     'content-length': '5409',
81 silly registry.get     'accept-ranges': 'bytes',
81 silly registry.get     via: '1.1 varnish',
81 silly registry.get     age: '0',
81 silly registry.get     'x-served-by': 'cache-lax1435-LAX',
81 silly registry.get     'x-cache': 'MISS',
81 silly registry.get     'x-cache-hits': '0',
81 silly registry.get     'x-timer': 'S1389304121.924322844,VS0,VE93',
81 silly registry.get     vary: 'Accept',
81 silly registry.get     'keep-alive': 'timeout=10, max=50',
81 silly registry.get     connection: 'Keep-Alive' } ]
82 silly lockFile 2d0c4211-g-elastical-elastical-0-0-13-tgz https://registry.npmjs.org/elastical/-/elastical-0.0.13.tgz
83 verbose lock https://registry.npmjs.org/elastical/-/elastical-0.0.13.tgz /root/.npm/2d0c4211-g-elastical-elastical-0-0-13-tgz.lock
84 verbose addRemoteTarball [ 'https://registry.npmjs.org/elastical/-/elastical-0.0.13.tgz',
84 verbose addRemoteTarball   'e3725fc31c92e8d0c2b6bbee56ac91951ad67155' ]
85 info retry fetch attempt 1 at 21:48:42
86 verbose fetch to= /root/tmp/npm-99335/1389304122030-0.17853991547599435/tmp.tgz
87 http GET https://registry.npmjs.org/elastical/-/elastical-0.0.13.tgz
88 http 200 https://registry.npmjs.org/elastical/-/elastical-0.0.13.tgz
89 silly shasum updated bytes 40960
90 silly shasum updated bytes 40960
91 silly shasum updated bytes 40960
92 silly shasum updated bytes 3019
93 info shasum e3725fc31c92e8d0c2b6bbee56ac91951ad67155
93 info shasum /root/tmp/npm-99335/1389304122030-0.17853991547599435/tmp.tgz
94 verbose tar unpack /root/tmp/npm-99335/1389304122030-0.17853991547599435/tmp.tgz
95 silly lockFile 6defbfee-2030-0-17853991547599435-package /root/tmp/npm-99335/1389304122030-0.17853991547599435/package
96 verbose lock /root/tmp/npm-99335/1389304122030-0.17853991547599435/package /root/.npm/6defbfee-2030-0-17853991547599435-package.lock
97 silly gunzTarPerm modes [ '755', '644' ]
98 silly gunzTarPerm extractEntry package.json
99 silly gunzTarPerm extractEntry .npmignore
100 silly gunzTarPerm extractEntry README.md
101 silly gunzTarPerm extractEntry index.js
102 silly gunzTarPerm extractEntry Makefile
103 silly gunzTarPerm extractEntry docs/api.js
104 silly gunzTarPerm extractEntry docs/assets/css/external-small.png
105 silly gunzTarPerm extractEntry docs/assets/css/logo.png
106 silly gunzTarPerm extractEntry docs/assets/css/main.css
107 silly gunzTarPerm extractEntry docs/assets/favicon.png
108 silly gunzTarPerm extractEntry docs/assets/img/spinner.gif
109 silly gunzTarPerm extractEntry docs/assets/index.html
110 silly gunzTarPerm extractEntry docs/assets/js/api-filter.js
111 silly gunzTarPerm extractEntry docs/assets/js/api-list.js
112 silly gunzTarPerm extractEntry docs/assets/js/api-search.js
113 silly gunzTarPerm extractEntry docs/assets/js/apidocs.js
114 silly gunzTarPerm extractEntry docs/assets/js/yui-prettify.js
115 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/prettify-min.js
116 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/CHANGES.html
117 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/COPYING
118 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/README.html
119 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/prettify-min.css
120 silly gunzTarPerm extractEntry docs/classes/Client.html
121 silly gunzTarPerm extractEntry docs/classes/index.html
122 silly gunzTarPerm extractEntry docs/data.json
123 silly gunzTarPerm extractEntry docs/files/index.html
124 silly gunzTarPerm extractEntry docs/files/index.js.html
125 silly gunzTarPerm extractEntry docs/files/lib_client.js.html
126 silly gunzTarPerm extractEntry docs/files/lib_index.js.html
127 silly gunzTarPerm extractEntry docs/files/lib_util.js.html
128 silly gunzTarPerm extractEntry docs/index.html
129 silly gunzTarPerm extractEntry docs/modules/client.html
130 silly gunzTarPerm extractEntry docs/modules/elastical.html
131 silly gunzTarPerm extractEntry docs/modules/index.html
132 silly gunzTarPerm extractEntry docs/modules/util.html
133 silly gunzTarPerm extractEntry elastical.komodoproject
134 silly gunzTarPerm extractEntry HISTORY.md
135 silly gunzTarPerm extractEntry lib/client.js
136 silly gunzTarPerm extractEntry lib/index.js
137 silly gunzTarPerm extractEntry lib/util.js
138 silly gunzTarPerm extractEntry npm-shrinkwrap.json
139 silly gunzTarPerm extractEntry npm-shrinkwrap.json-new
140 silly gunzTarPerm extractEntry LICENSE.md
141 silly gunzTarPerm extractEntry package.json-new
142 silly gunzTarPerm extractEntry tests/offline-tests.js
143 silly gunzTarPerm extractEntry tests/online-tests.js
144 silly gunzTarPerm extractEntry tests/confirm.sh
145 silly gunzTarPerm extractEntry tests/setup.sh
146 silly gunzTarPerm extractEntry tests/teardown.sh
147 verbose read json /root/tmp/npm-99335/1389304122030-0.17853991547599435/package/package.json
148 silly lockFile 6defbfee-2030-0-17853991547599435-package /root/tmp/npm-99335/1389304122030-0.17853991547599435/package
149 verbose from cache /root/tmp/npm-99335/1389304122030-0.17853991547599435/package/package.json
150 verbose tar pack [ '/root/.npm/elastical/0.0.13/package.tgz',
150 verbose tar pack   '/root/tmp/npm-99335/1389304122030-0.17853991547599435/package' ]
151 verbose tarball /root/.npm/elastical/0.0.13/package.tgz
152 verbose folder /root/tmp/npm-99335/1389304122030-0.17853991547599435/package
153 silly lockFile 64de7e02-npm-elastical-0-0-13-package-tgz /root/.npm/elastical/0.0.13/package.tgz
154 verbose lock /root/.npm/elastical/0.0.13/package.tgz /root/.npm/64de7e02-npm-elastical-0-0-13-package-tgz.lock
155 silly lockFile 64de7e02-npm-elastical-0-0-13-package-tgz /root/.npm/elastical/0.0.13/package.tgz
156 silly lockFile 78fd06b7-oot-npm-elastical-0-0-13-package /root/.npm/elastical/0.0.13/package
157 verbose lock /root/.npm/elastical/0.0.13/package /root/.npm/78fd06b7-oot-npm-elastical-0-0-13-package.lock
158 silly lockFile 78fd06b7-oot-npm-elastical-0-0-13-package /root/.npm/elastical/0.0.13/package
159 verbose tar unpack /root/.npm/elastical/0.0.13/package.tgz
160 silly lockFile 78fd06b7-oot-npm-elastical-0-0-13-package /root/.npm/elastical/0.0.13/package
161 verbose lock /root/.npm/elastical/0.0.13/package /root/.npm/78fd06b7-oot-npm-elastical-0-0-13-package.lock
162 silly gunzTarPerm modes [ '755', '644' ]
163 silly gunzTarPerm extractEntry package.json
164 silly gunzTarPerm extractEntry .npmignore
165 silly gunzTarPerm extractEntry README.md
166 silly gunzTarPerm extractEntry index.js
167 silly gunzTarPerm extractEntry lib/client.js
168 silly gunzTarPerm extractEntry lib/util.js
169 silly gunzTarPerm extractEntry lib/index.js
170 silly gunzTarPerm extractEntry Makefile
171 silly gunzTarPerm extractEntry tests/offline-tests.js
172 silly gunzTarPerm extractEntry tests/online-tests.js
173 silly gunzTarPerm extractEntry tests/confirm.sh
174 silly gunzTarPerm extractEntry tests/setup.sh
175 silly gunzTarPerm extractEntry tests/teardown.sh
176 silly gunzTarPerm extractEntry elastical.komodoproject
177 silly gunzTarPerm extractEntry npm-shrinkwrap.json-new
178 silly gunzTarPerm extractEntry LICENSE.md
179 silly gunzTarPerm extractEntry npm-shrinkwrap.json
180 silly gunzTarPerm extractEntry HISTORY.md
181 silly gunzTarPerm extractEntry package.json-new
182 silly gunzTarPerm extractEntry docs/api.js
183 silly gunzTarPerm extractEntry docs/index.html
184 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/prettify-min.js
185 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/CHANGES.html
186 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/prettify-min.css
187 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/COPYING
188 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/README.html
189 silly gunzTarPerm extractEntry docs/assets/img/spinner.gif
190 silly gunzTarPerm extractEntry docs/assets/index.html
191 silly gunzTarPerm extractEntry docs/assets/js/api-list.js
192 silly gunzTarPerm extractEntry docs/assets/js/yui-prettify.js
193 silly gunzTarPerm extractEntry docs/assets/js/api-filter.js
194 silly gunzTarPerm extractEntry docs/assets/js/apidocs.js
195 silly gunzTarPerm extractEntry docs/assets/js/api-search.js
196 silly gunzTarPerm extractEntry docs/assets/css/main.css
197 silly gunzTarPerm extractEntry docs/assets/css/logo.png
198 silly gunzTarPerm extractEntry docs/assets/css/external-small.png
199 silly gunzTarPerm extractEntry docs/assets/favicon.png
200 silly gunzTarPerm extractEntry docs/data.json
201 silly gunzTarPerm extractEntry docs/classes/index.html
202 silly gunzTarPerm extractEntry docs/classes/Client.html
203 silly gunzTarPerm extractEntry docs/modules/client.html
204 silly gunzTarPerm extractEntry docs/modules/elastical.html
205 silly gunzTarPerm extractEntry docs/modules/index.html
206 silly gunzTarPerm extractEntry docs/modules/util.html
207 silly gunzTarPerm extractEntry docs/files/index.js.html
208 silly gunzTarPerm extractEntry docs/files/lib_util.js.html
209 silly gunzTarPerm extractEntry docs/files/lib_index.js.html
210 silly gunzTarPerm extractEntry docs/files/index.html
211 silly gunzTarPerm extractEntry docs/files/lib_client.js.html
212 verbose read json /root/.npm/elastical/0.0.13/package/package.json
213 silly lockFile 78fd06b7-oot-npm-elastical-0-0-13-package /root/.npm/elastical/0.0.13/package
214 silly shasum updated bytes 40960
215 silly shasum updated bytes 40960
216 silly shasum updated bytes 40960
217 silly shasum updated bytes 3353
218 info shasum 8067b6b5712af5e5db68098b4c38ae7c7dbb2ef6
218 info shasum /root/.npm/elastical/0.0.13/package.tgz
219 verbose from cache /root/.npm/elastical/0.0.13/package/package.json
220 verbose chmod /root/.npm/elastical/0.0.13/package.tgz 644
221 verbose chown /root/.npm/elastical/0.0.13/package.tgz [ 0, 0 ]
222 silly lockFile 2d0c4211-g-elastical-elastical-0-0-13-tgz https://registry.npmjs.org/elastical/-/elastical-0.0.13.tgz
223 silly lockFile 7670ef95-elastical-0-0-13 [email protected]
224 silly resolved [ { name: 'elastical',
224 silly resolved     description: 'An ElasticSearch client.',
224 silly resolved     version: '0.0.13',
224 silly resolved     homepage: 'https://github.com/ramv/node-elastical/',
224 silly resolved     author:
224 silly resolved      { name: 'Ryan Grove',
224 silly resolved        email: '[email protected]',
224 silly resolved        url: 'http://wonko.com/' },
224 silly resolved     copyright: 'Copyright (c) 2013 Ryan Grove. All rights reserved.',
224 silly resolved     keywords: [ 'elasticsearch', 'elastic', 'search', 'client', 'lucene' ],
224 silly resolved     licenses: [ [Object] ],
224 silly resolved     repository: [ [Object] ],
224 silly resolved     engines: [ 'node >=0.4.0', 'npm >=1.0.0' ],
224 silly resolved     dependencies: { request: '>=2.9.200', diff: '>=1.0.3' },
224 silly resolved     devDependencies: { vows: '*' },
224 silly resolved     main: 'index',
224 silly resolved     scripts: { test: 'node_modules/.bin/vows tests/offline-tests.js' },
224 silly resolved     readme: 'Elastical\n=========\n\nElastical is a Node.js client library for the\n[ElasticSearch](http://www.elasticsearch.org) REST API.\n\nIt\'s not quite finished, but what\'s done so far has doc comments and unit tests.\nKeep an eye on this repo for updates.\n\n\nInstalling\n----------\n\nLatest released version:\n\n    npm install elastical\n\nLatest dev code:\n\n    npm install https://github.com/rgrove/node-elastical/tarball/master\n\n\nBasic Usage\n-----------\n\nRequire elastical:\n\n```js\nvar elastical = require(\'elastical\');\n```\n\nInstantiate an Elastical client that will connect to http://127.0.0.1:9200:\n\n```js\nvar client = new elastical.Client();\n```\n\nOr specify a custom host and port:\n\n```js\nvar client = new elastical.Client(\'example.com\', {port: 1234});\n```\n\nIndex a document:\n\n```js\n// Specify the index name, document type, and document to index.\nclient.index(\'blog\', \'post\', {\n    title: "Welcome to my stupid blog",\n    body : "This is the only thing I\'ll ever post.",\n    tags : ["welcome", "first post", "last post"]\n}, function (err, res) {\n    // `err` is an Error, or `null` on success.\n    // `res` is the parsed ElasticSearch response data.\n});\n```\n\nRetrieve a previously-indexed document by id:\n\n```js\n// Specify the index and the document id.\nclient.get(\'blog\', \'42\', function (err, doc, res) {\n    // `err` is an Error, or `null` on success.\n    // `doc` is the parsed document data.\n    // `res` is the full parsed ElasticSearch response data.\n});\n```\n\nPerform a search:\n\n```js\n// Simple string query (automatically turned into a query_string query).\nclient.search({query: \'welcome\'}, function (err, results, res) {\n    // `err` is an Error, or `null` on success.\n    // `results` is an object containing search hits.\n    // `res` is the full parsed ElasticSearch response data.\n});\n\n// Custom query options (this is equivalent to the previous example, just\n// without the magic).\nclient.search({\n    query: {query_string: {query: \'welcome\'}}\n}, function (err, results, res) {\n    // ...\n});\n```\n\nSee the doc comments in the source for more details on available methods and\noptions.\n\n\nDeveloping\n----------\n\nFork the git repo, clone it, then install the dev dependencies.\n\n    cd elastical\n    npm install\n\nMake your changes, add tests, then run the tests to make sure nothing broke.\n\n    make test\n\nThis will run both offline and online tests. Online tests require an\nElasticSearch server running at http://127.0.0.1:9200/. If you only want to run\nthe offline tests (which don\'t require a server), run:\n\n    make offline-tests\n\n\nPull Requests\n-------------\n\nBefore embarking on any major changes, please drop me a note first just to make\nsure I\'m not already working on something similar. This could save us both some\ntrouble.\n\nPlease make your changes in a topic branch and submit a pull request describing\nwhat the changes do and why I should merge them. Save time by including good\noffline and online tests for your changes (if you don\'t, I\'ll just ask you to\nadd them). Thanks!\n\n\nSupport\n-------\n\nNope.\n\n\nLicense\n-------\n\nCopyright (c) 2012 Ryan Grove ([email protected])\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \'Software\'), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \'AS IS\', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n',
224 silly resolved     _id: '[email protected]',
224 silly resolved     dist: { shasum: '8067b6b5712af5e5db68098b4c38ae7c7dbb2ef6' },
224 silly resolved     _from: '[email protected]' } ]
225 info install [email protected] into /root/node/v0.7.80
226 info installOne [email protected]
227 verbose from cache /root/.npm/elastical/0.0.13/package/package.json
228 info /root/node/v0.7.80/node_modules/elastical unbuild
229 verbose from cache /root/node/v0.7.80/node_modules/elastical/package.json
230 info preuninstall [email protected]
231 info uninstall [email protected]
232 verbose true,/root/node/v0.7.80/node_modules,/root/node/v0.7.80/node_modules unbuild [email protected]
233 info postuninstall [email protected]
234 verbose tar unpack /root/.npm/elastical/0.0.13/package.tgz
235 silly lockFile 3c10e46e-e-v0-7-80-node-modules-elastical /root/node/v0.7.80/node_modules/elastical
236 verbose lock /root/node/v0.7.80/node_modules/elastical /root/.npm/3c10e46e-e-v0-7-80-node-modules-elastical.lock
237 silly gunzTarPerm modes [ '755', '644' ]
238 silly gunzTarPerm extractEntry package.json
239 silly gunzTarPerm extractEntry .npmignore
240 silly gunzTarPerm extractEntry README.md
241 silly gunzTarPerm extractEntry index.js
242 silly gunzTarPerm extractEntry lib/client.js
243 silly gunzTarPerm extractEntry lib/util.js
244 silly gunzTarPerm extractEntry lib/index.js
245 silly gunzTarPerm extractEntry Makefile
246 silly gunzTarPerm extractEntry tests/offline-tests.js
247 silly gunzTarPerm extractEntry tests/online-tests.js
248 silly gunzTarPerm extractEntry tests/confirm.sh
249 silly gunzTarPerm extractEntry tests/setup.sh
250 silly gunzTarPerm extractEntry tests/teardown.sh
251 silly gunzTarPerm extractEntry elastical.komodoproject
252 silly gunzTarPerm extractEntry npm-shrinkwrap.json-new
253 silly gunzTarPerm extractEntry LICENSE.md
254 silly gunzTarPerm extractEntry npm-shrinkwrap.json
255 silly gunzTarPerm extractEntry HISTORY.md
256 silly gunzTarPerm extractEntry package.json-new
257 silly gunzTarPerm extractEntry docs/api.js
258 silly gunzTarPerm extractEntry docs/index.html
259 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/prettify-min.js
260 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/CHANGES.html
261 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/prettify-min.css
262 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/COPYING
263 silly gunzTarPerm extractEntry docs/assets/vendor/prettify/README.html
264 silly gunzTarPerm extractEntry docs/assets/img/spinner.gif
265 silly gunzTarPerm extractEntry docs/assets/index.html
266 silly gunzTarPerm extractEntry docs/assets/js/api-list.js
267 silly gunzTarPerm extractEntry docs/assets/js/yui-prettify.js
268 silly gunzTarPerm extractEntry docs/assets/js/api-filter.js
269 silly gunzTarPerm extractEntry docs/assets/js/apidocs.js
270 silly gunzTarPerm extractEntry docs/assets/js/api-search.js
271 silly gunzTarPerm extractEntry docs/assets/css/main.css
272 silly gunzTarPerm extractEntry docs/assets/css/logo.png
273 silly gunzTarPerm extractEntry docs/assets/css/external-small.png
274 silly gunzTarPerm extractEntry docs/assets/favicon.png
275 silly gunzTarPerm extractEntry docs/data.json
276 silly gunzTarPerm extractEntry docs/classes/index.html
277 silly gunzTarPerm extractEntry docs/classes/Client.html
278 silly gunzTarPerm extractEntry docs/modules/client.html
279 silly gunzTarPerm extractEntry docs/modules/elastical.html
280 silly gunzTarPerm extractEntry docs/modules/index.html
281 silly gunzTarPerm extractEntry docs/modules/util.html
282 silly gunzTarPerm extractEntry docs/files/index.js.html
283 silly gunzTarPerm extractEntry docs/files/lib_util.js.html
284 silly gunzTarPerm extractEntry docs/files/lib_index.js.html
285 silly gunzTarPerm extractEntry docs/files/index.html
286 silly gunzTarPerm extractEntry docs/files/lib_client.js.html
287 verbose read json /root/node/v0.7.80/node_modules/elastical/package.json
288 silly lockFile 3c10e46e-e-v0-7-80-node-modules-elastical /root/node/v0.7.80/node_modules/elastical
289 info preinstall [email protected]
290 verbose from cache /root/node/v0.7.80/node_modules/elastical/package.json
291 info shrinkwrap file "/root/node/v0.7.80/node_modules/elastical/npm-shrinkwrap.json"
292 verbose readDependencies returned deps { request: '[email protected]', diff: '[email protected]' }
293 verbose from cache /root/node/v0.7.80/node_modules/elastical/package.json
294 verbose readDependencies: using existing wrap [ '/root/node/v0.7.80/node_modules/elastical',
294 verbose readDependencies: using existing wrap   { request: { version: '2.9.200', from: '[email protected]' },
294 verbose readDependencies: using existing wrap     diff: { version: '1.0.3', from: '[email protected]' } } ]
295 verbose from wrap [ 'request', { version: '2.9.200', from: '[email protected]' } ]
296 verbose from wrap [ 'diff', { version: '1.0.3', from: '[email protected]' } ]
297 verbose readDependencies returned deps { request: '[email protected]', diff: '[email protected]' }
298 verbose shrinkwrap resolving [email protected] to request@[email protected]
299 verbose cache add [ 'request@[email protected]', null ]
300 silly cache add name=undefined spec="request@[email protected]" args=["request@[email protected]",null]
301 verbose parsed url { pathname: 'request@[email protected]',
301 verbose parsed url   path: 'request@[email protected]',
301 verbose parsed url   href: 'request@[email protected]' }
302 silly cache add name="request" spec="[email protected]" args=["request","[email protected]"]
303 verbose parsed url { pathname: '[email protected]',
303 verbose parsed url   path: '[email protected]',
303 verbose parsed url   href: '[email protected]' }
304 verbose addNamed [ 'request', '[email protected]' ]
305 verbose addNamed [ null, null ]
306 silly lockFile 7f28bf98-request-request-2-9-200 request@[email protected]
307 verbose lock request@[email protected] /root/.npm/7f28bf98-request-request-2-9-200.lock
308 verbose shrinkwrap resolving [email protected] to diff@[email protected]
309 verbose cache add [ 'diff@[email protected]', null ]
310 silly cache add name=undefined spec="diff@[email protected]" args=["diff@[email protected]",null]
311 verbose parsed url { pathname: 'diff@[email protected]',
311 verbose parsed url   path: 'diff@[email protected]',
311 verbose parsed url   href: 'diff@[email protected]' }
312 silly cache add name="diff" spec="[email protected]" args=["diff","[email protected]"]
313 verbose parsed url { pathname: '[email protected]',
313 verbose parsed url   path: '[email protected]',
313 verbose parsed url   href: '[email protected]' }
314 verbose addNamed [ 'diff', '[email protected]' ]
315 verbose addNamed [ null, null ]
316 silly lockFile 32e2a711-diff-diff-1-0-3 diff@[email protected]
317 verbose lock diff@[email protected] /root/.npm/32e2a711-diff-diff-1-0-3.lock
318 info addNameTag [ 'request', '[email protected]' ]
319 info addNameTag [ 'diff', '[email protected]' ]
320 verbose url raw diff
321 verbose url resolving [ 'https://registry.npmjs.org/', './diff' ]
322 verbose url resolved https://registry.npmjs.org/diff
323 info trying registry request attempt 1 at 21:48:43
324 verbose etag "AZYW8EO0HUMN50V32UDOQX652"
325 http GET https://registry.npmjs.org/diff
326 verbose url raw request
327 verbose url resolving [ 'https://registry.npmjs.org/', './request' ]
328 verbose url resolved https://registry.npmjs.org/request
329 info trying registry request attempt 1 at 21:48:43
330 verbose etag "8A3OBQNWIBIXYZ9E6QR7ODREZ"
331 http GET https://registry.npmjs.org/request
332 http 304 https://registry.npmjs.org/diff
333 silly registry.get cb [ 304,
333 silly registry.get   { date: 'Thu, 09 Jan 2014 21:48:43 GMT',
333 silly registry.get     server: 'Apache',
333 silly registry.get     connection: 'Keep-Alive',
333 silly registry.get     'keep-alive': 'timeout=10, max=50',
333 silly registry.get     etag: '"AZYW8EO0HUMN50V32UDOQX652"',
333 silly registry.get     vary: 'Accept' } ]
334 verbose etag diff from cache
335 http 304 https://registry.npmjs.org/request
336 silly registry.get cb [ 304,
336 silly registry.get   { date: 'Thu, 09 Jan 2014 21:48:43 GMT',
336 silly registry.get     server: 'Apache',
336 silly registry.get     connection: 'Keep-Alive',
336 silly registry.get     'keep-alive': 'timeout=10, max=50',
336 silly registry.get     etag: '"8A3OBQNWIBIXYZ9E6QR7ODREZ"',
336 silly registry.get     vary: 'Accept' } ]
337 verbose etag request from cache
338 silly lockFile 32e2a711-diff-diff-1-0-3 diff@[email protected]
339 verbose about to build /root/node/v0.7.80/node_modules/elastical
340 info /root/node/v0.7.80/node_modules/elastical unbuild
341 verbose from cache /root/node/v0.7.80/node_modules/elastical/package.json
342 silly lockFile 7f28bf98-request-request-2-9-200 request@[email protected]
343 info preuninstall [email protected]
344 info uninstall [email protected]
345 verbose true,/root/node/v0.7.80/node_modules,/root/node/v0.7.80/node_modules unbuild [email protected]
346 info postuninstall [email protected]
347 error Error: No compatible version found: diff@'[email protected]'
347 error Valid install targets:
347 error ["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8"]
347 error     at installTargetsError (/opt/local/lib/node_modules/npm/lib/cache.js:553:10)
347 error     at /opt/local/lib/node_modules/npm/lib/cache.js:477:15
347 error     at saved (/opt/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138:7)
347 error     at /opt/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:218:7
347 error     at Object.oncomplete (fs.js:297:15)
348 error If you need help, you may report this log at:
348 error     <http://github.com/isaacs/npm/issues>
348 error or email it to:
348 error     <[email protected]>
349 error System SunOS 5.11
350 error command "/opt/local/bin/node" "/opt/local/bin/npm" "install" "[email protected]"
351 error cwd /root/node/v0.7.80
352 error node -v v0.8.11
353 error npm -v 1.1.62
354 verbose exit [ 1, true ]

from node-elastical.

ramv avatar ramv commented on July 19, 2024

are you still having this issue? Can you provide me with steps to reproduce it?

from node-elastical.

machunter avatar machunter commented on July 19, 2024

i haven't upgraded node, but set the elastical version to .12 and that fixed it.
i am assuming it is related to the version of node / npm.

Burc Sahinoglu
[email protected]
+1-415-813-0416
Find new music @ https://www.hivebeats.com
@HiveBeats

On Jan 17, 2014, at 11:02 AM, Ram Viswanadha [email protected] wrote:

are you still having this issue? Can you provide me with steps to reproduce it?


Reply to this email directly or view it on GitHub.

from node-elastical.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.