You shouldn't be seeing devDependencies show up in cordova. I'd double make sure that if you:
cd cordova-cli rm -r node_modules rm npm-shrinkwrap.json npm install npm shrinkwrap that you end up with an npm-shrinkwrap.json that includes the devDependency. On Tue, Sep 16, 2014 at 4:01 PM, Marcel Kinard <cmarc...@gmail.com> wrote: > FYI, I am getting the following warning when I do "npm install cordova@rc > ": > > npm WARN engine connect@1.8.5: wanted: {"node":">= 0.4.1 < 0.7.0"} > (current: {"node":"0.10.31","npm":"1.4.23"}) > > This is a devDependency in cordova-js, which I didn't change. If folks > want this dependency changed to get rid of the warning, then it will mean > respinning this tools release.