-
Notifications
You must be signed in to change notification settings - Fork 459
Support for Node 6?? #372
Comments
with node 6, OS X-10.10.2, I am getting the following error dlopen(.../ldapjs/node_modules/dtrace-provider/build/Release/DTraceProviderBindings.node, 1): no suitable image found. Did find: ...ldapjs/node_modules/dtrace-provider/build/Release/DTraceProviderBindings.node: mach-o, but wrong architecture Any hints? |
@rpalanki Does |
It failed on Travis CI for me |
I had to set the environmental variable ARCH before doing npm install. without setting that, its downloading 32 bit version even though my mac is 64 bit. |
Did any of the participants on this issue see their tests fail on Travis CI on Node 6? |
I've seen some my tests fail under node 6 I test against: Node 0.12, 4, and 5. |
Could at least the LTS versions 4 and 6 be added to the Travis build matrix? |
If that's directed at me, I did and it made the build red. |
@robbyoconnor it was directed at the maintainers. I am running ldapjs fine with NodeJS 6 though. What is the actual failure? Do you have a PR open? |
@felixfbecker I am too...as I said, I run it successfully with node 0.12, 4, and 5 but fails on 6, and only 6... |
It doesn't fail with 6 for me, I actually have it in production with 6. So I would be very interested in what can cause a crash? |
FYI there is a bug in Node v6.4 which I can across, as it happens in the nodejs/node#8253 On 16 September 2016 at 08:34, Felix Becker notifications@github.com
Greg McDowell Tierra Technologies Ltd New Zealand Transport Agency approved Electronic Logbook system CAUTION: This e-mail message and accompanying data may contain information |
6.5 was just released. Maybe someone open a PR to add Node 6 to the Travis matrix? |
You'll see node 6 is the only failing build: https://travis-ci.org/openmrs/openmrs-contrib-id/builds/127004158 https://travis-ci.org/openmrs/openmrs-contrib-id/jobs/127004162#L1356 |
@robbyoconnor the build used Node 6.0.0, what if you run it against latest? |
https://travis-ci.org/robbyoconnor/openmrs-contrib-id/jobs/160908533 Didn't wanna spam the main project travis |
Okay, it has to be the way my tests are written...it works in the app. Nevermind I guess.. |
I tracked this down to an error in my codebase...closing |
Please include a minimal reproducible example |
Does this support Node v6? I know it support Node 5 -- but not 6
The text was updated successfully, but these errors were encountered: