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. There are two things to be solved.
-
node-java should depend on nan v2.1.0
-
node-jmx should depend on node-java 0.6.0
After these patch, node-java and node-jmx both work well.