Strider-CD / strider-node

Run Node.js tests in strider
11 stars 13 forks source link

Update npm version #30

Closed xgalen closed 8 years ago

xgalen commented 8 years ago

Maybe it is the moment to update the npm version or allow the upgrade to v3.x.x.

https://github.com/Strider-CD/strider-node/blob/master/package.json#L20

knownasilya commented 8 years ago

@xgalen would love it if you could test it with a PR :+1:

xgalen commented 8 years ago

@knownasilya one of the two tests is failing right now.

bjrmatos commented 8 years ago

please don't forget about npm@2 users :smile:

xgalen commented 8 years ago

@bjrmatos solved in commit 7a25656

knownasilya commented 8 years ago

Not sure that would solve it, since it would install the latest pretty much. Seems like the solution would be to select a version..

oliversalzburg commented 8 years ago

npm isn't really a dependency of this module. If you want to use a specific npm version, install it as a global module through the configuration of this module.