Hello all, I'm having an issue with Travis CI and npm-shrinkwrap.json. I suspect part of the problem is that I don't understand how some of these things are supposed to work.
`npm shrinkwrap` recently stopped shrinkwrapping development dependencies, which absolutely makes sense. However, that appears to have broken my Travis-CI build: https://travis-ci.org/elliotf/rssmtp/jobs/8001928 Due to updating my shrinkwrap, which removed my development dependencies: https://github.com/elliotf/rssmtp/commit/4249940161e5a8714a2f268b5107a8c9ad73209a I have no problem with that. It absolutely makes sense. However, my Travis build is now complaining that './node_modules/.bin/mocha' does not exist, which makes sense since it appears to not get installed. Travis says it is running npm 1.2.15 and node 0.10.2. I tried adding an `npm install .`, but that did not help: https://travis-ci.org/elliotf/rssmtp/jobs/8034338 One thing that I find curious is that my local workstation installs development dependencies when I `npm install`, where documentation suggests that only items in npm-shrinkwrap.json will be installed. This is with npm version 1.2.25 and node version 0.10.10. It is not immediately obvious what the difference is (other than npm/node versions.) Thank you in advance for any enlightenment you can provide, Elliot -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
