strongloop / strong-pm

deployer for node applications
http://strong-pm.io
Other
1k stars 71 forks source link

[bug?] some of package's dependencies version error #248

Closed zhangyaochun closed 9 years ago

zhangyaochun commented 9 years ago

anyone notice that:

1、 strong-control-channel --- 1.3.0

"strong-control-channel": "^2.0.0"

2、strong-mesh-models --- 7.1.0

 "strong-mesh-models": "^8.0.0",

3、strong-runner --- 2.0.0

 "strong-runner": "^3.0.0",

the above dependencies version are all wrong, for all of their's version is lower in npm.

rmg commented 9 years ago

The versions reflect the next major releases of the dependencies, which haven't been published to npm yet. To get those versions you would need to clone the repos and use npm link.

The repos are: