Skip to content

not compatible with node v0.6 #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Pita opened this issue Nov 22, 2011 · 12 comments
Closed

not compatible with node v0.6 #159

Pita opened this issue Nov 22, 2011 · 12 comments

Comments

@Pita
Copy link

Pita commented Nov 22, 2011

This is what I get when I try to install it via npm

npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: [email protected]
npm ERR! Required: {"node":"0.4.x || 0.5.x"}
npm ERR! Actual:   {"npm":"1.0.105","node":"0.6.2"}
npm ERR! 
npm ERR! System Linux 3.1.1-1-ARCH
npm ERR! command "node" "/usr/bin/npm" "install"
npm ERR! cwd /home/pita/yammercode/etherpad-lite-router
npm ERR! node -v v0.6.2
npm ERR! npm -v 1.0.105
npm ERR! code ENOTSUP
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/pita/yammercode/etherpad-lite-router/npm-debug.log
npm not ok
@AvianFlu
Copy link
Contributor

We've got a branch under development working on full 0.6 compatibility - there are still a few bugs in the meantime. For now, you can either npm install --force or npm install --node-version 0.6.2 to override.

@Pita
Copy link
Author

Pita commented Nov 22, 2011

that helps, thx

@elfsternberg
Copy link
Contributor

@AvianFlu: Would these issues be related to how, under 0.6.2, I've never seen and 'end' or 'close' event from the proxy?

@elfsternberg
Copy link
Contributor

@AvianFlu: Never mind. That seems to be an oddity related to Chromium. I get 'end' events when I use Lynx. Weird. Worrisome?

@timoxley
Copy link

Can you please publish the 0.7.7 changes to npm :D?

@thepatrick
Copy link

Any update on when 0.6 support is going to land?

@AvianFlu
Copy link
Contributor

AvianFlu commented Dec 8, 2011

Next week. There will be significant refactoring over this coming weekend, with 0.6 support at the top of the priority list.

@quartzjer
Copy link

Just checking in if there's been progress on 0.6 compat, I'd love to help test it out with the locker project, just let me know if it's ready for that :)

@AvianFlu
Copy link
Contributor

AvianFlu commented Jan 2, 2012

[email protected] is v0.6.x-ready, and, in fact, in production use at Nodejitsu. All issues should be resolved; please report any and all unresolved problems so that we can fix those too.

Thanks for your patience and support!

@AvianFlu AvianFlu closed this as completed Jan 2, 2012
@Philmod
Copy link

Philmod commented Jan 4, 2012

Hi,

I just tried "npm install http-proxy", but I still have the same error :

npm ERR! Error: No compatible version found: http-proxy
npm ERR! No valid targets found.
npm ERR! Perhaps not compatible with your version of node?
npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:424:10)
npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:406:17
npm ERR! at saved (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:136:7)
npm ERR! at Object.cb as oncomplete
npm ERR! Report this entire log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]
npm ERR!
npm ERR! System Linux 3.0.0-14-generic
npm ERR! command "node" "/usr/local/bin/npm" "install" "http-proxy"
npm ERR! cwd /home/mod/modygo/trunk
npm ERR! node -v v0.6.1
npm ERR! npm -v 1.0.105
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/mod/modygo/trunk/npm-debug.log
npm not ok

Can you please help me?

@thepatrick
Copy link

Looks like you're still on node 0.6.1, they set the minimum at 0.6.6.

@AvianFlu
Copy link
Contributor

AvianFlu commented Jan 4, 2012

The minimum version is node 0.6.6 because of bugs that were fixed in core - you'll need to update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants