Hi,

I've been writing an npm module where a dependency was only supported on 
Node 0.6, and the tests were using an API call exclusive to 0.8. I've 
upgraded the dependency so that 0.8 is supported.

The observation I made was that testing your npm module against multiple 
versions of Node is a manual process (via nvm), and can be slow.

I had an idea; build a tool that runs the testing and installation of your 
npm packages against different versions of Node automatically. It pinpoints 
what versions of Node your npm will work on, and saves you going through 
the manual process I went through.

Is there a better way for doing this kind of thing? Thoughts?

-- 
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

Reply via email to