Closed jrgleason closed 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?
Use a stable 0.6 version of node, instead of 0.7.7-pre.
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.
Cool thanks guys, will there be a branch for 0.7.x?
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)
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?