I encountered node v4.2.1 can't run node-java and node-jmx
Here is my environment.
- OS: Mac OS X 10.10 Yosemite
- Node: v4.2.1
I failed to use npm to install node-java and node-jmx.
But, I found a way to fix them. Download node-java and node-jmx source code from Github. And update the following the dependencies.
-
node-java should depend on nan v2.1.0
-
node-jmx should depend on node-java 0.6.0
Then, use npm install by source codes.
After the patch, node-java and node-jmx both work well.