On Tuesday, November 10, 2015 at 11:08:32 AM UTC-8, Gareth Aye wrote: > Full make test-integration log** > > > > On Tue, Nov 10, 2015 at 2:05 PM, John Dorlus <[email protected]> wrote: > > > I am running v12 and able to run tests on El Capitan. > > J.D. > > > > On Nov 10, 2015, at 11:32 AM, Michael Henretty <[email protected]> wrote: > > > > > > > On Tue, Nov 10, 2015 at 5:27 PM, Julien Wajsberg <[email protected]> wrote: > > > > > > > > > > Le 10/11/2015 17:25, Michael Henretty a écrit : > > > > > > > > > On Tue, Nov 10, 2015 at 4:59 PM, > Alberto Pastor <[email protected]> > wrote: > > npm ERR! > node v0.12.7 > > > > > > > > Did you try using node v0.10? I'm > surprised it didn't warn you about this. > > > > > > > 0.12 works perfect for me (on Linux). > > > > > > > > > According to this thread [1], v0.12 doesn't work on mac :/ Not sure if that > changed, but it definitely doesn't work for me. > > https://groups.google.com/d/msg/mozilla.dev.gaia/kBUjgBfTAG4/o8-cEXTbHuEJ > > > > _______________________________________________ > dev-fxos mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-fxos > > _______________________________________________ > > dev-fxos mailing list > > [email protected] > > https://lists.mozilla.org/listinfo/dev-fxos
FWIW, I'm able to run the integration tests on my Mac using node v.12.6, npm 2.11.2. As far as I can tell, there is no way to install/run the integration tests such that there isn't a warning about the version of node being used. I've settled on v.12 as I have that working. The biggest problem I had was installing/building the packages that required compilation. The solution I found was to use Xcode7 during that process (and to switch back to 6.1 when building gecko). It's not too onerous since once the packages are installed, Xcode7 is no longer needed. It took me quite a while to get the integration tests running on my mac, I may not be remembering all the steps I took along the way. I would be glad to answer questions about my configuration if that would help. _______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

