On 23/10/15 11:02 PM, Vincent Rubiolo wrote: > Hi everyone, > > I am reviving my setup to work again on my bug[1] and I am encountering > issues with npm/node as I try to run the gaia integration tests. > > Attached is the error I am getting when I run 'make test-integration'. > It seems to me this is caused by the npm/node version so I am following > that route (but I may be wrong). > > The doc page[2] says to use node 0.12.x and npm 2.0. This differs from > what I have on Fedora 22: > $ node --version > v0.10.36 > $ npm --version > 1.3.6
Yes it does differ. You need to install npm 2.0 to run the integration test. (I do that here still running node 0.10.36 - I think the wording as "you must use 0.12 is excessive as it also work with 0.10.x) > Is that doc bit about the node/npm version still accurate or can I use > other versions? If so, do you have an advice on getting the right > version for my distro? Just install from source - there might be PATH trickery to get npm 2 to be the default. Or better, contribute the packages to Fedora. Hub _______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

