Skip to content

Conversation

@joepvl
Copy link
Collaborator

@joepvl joepvl commented Feb 29, 2016

Changing the Node version to 4 in .travis.yml and referring to the master branch on GitHub for the rackt-cli package in package.json fixes the build. This is because:

  • rackt-cli needs npm v2.x to work, and Node 4 ships with that version (but isn't ancient like 0.10, which was used before @timdorr tried to get this package up to date), and
  • a PR was recently merged over at rackt-cli that fixed a different (much smaller) issue by updating a dependency, but this hasn't been pushed to npm yet

Obviously this won't actually fix the tests breaking locally if you're using Node 5.x, but at least we'll be able to look at a green badge again :). If this gets merged, other PRs will need to be rebased onto master, after which we'll once again be able to easily see which PRs are genuinely breaking tests and which are ready for review.

It seems @mzabriskie is super busy with other stuff atm so hopefully someone else from the reactjs org can help us out here. @timdorr perhaps?

joepvl added 2 commits March 1, 2016 00:33
This might fix the Travis CI build since v4 still had npm 2 (rackt-cli needs the nested node_modules structure to work atm).
@danez
Copy link
Collaborator

danez commented Jun 6, 2016

This was fixed in #100

@danez danez closed this Jun 6, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants