c9 / architect

A simple yet powerful plugin system for large-scale node applications
MIT License
982 stars 129 forks source link

Master branch does not build #7

Closed jrgleason closed 12 years ago

jrgleason commented 12 years ago

I was trying to install cloud9 and when I do I get an error with your application. When I tried to DL your master branch and build it, I see the same error...

npm ERR! node -v v0.7.7-pre npm ERR! npm -v 1.1.22 npm ERR! message No compatible version found: architect-socket-transport@'>=0.2.0- <0.3.0-' npm ERR! message Valid install targets: npm ERR! message ["0.3.0"] npm ERR!

Any Idea what I am doing wrong?

jrgleason commented 12 years ago

I also tried updating to 0.3.0 to try and trick it...

npm ERR! node -v v0.7.7-pre npm ERR! npm -v 1.1.22 npm ERR! message No compatible version found: architect-agent@'>=0.3.0- <0.4.0-' npm ERR! message No valid targets found. npm ERR! message Perhaps not compatible with your version of node?

janjongboom commented 12 years ago

Use a stable 0.6 version of node, instead of 0.7.7-pre.

creationix commented 12 years ago

I haven't tested all the modules with node 0.7.x and so they depend on node 0.6.x in the package.json. I know some of the dependencies of architect depend on features that won't be in 0.8.x final. I plan to update them when 0.8.x comes out.

jrgleason commented 12 years ago

Cool thanks guys, will there be a branch for 0.7.x?

creationix commented 12 years ago

no, 0.7.x is an unstable branch. We will support 0.8.x as soon as it comes out though. (which should be any week now)