Limitations

Node 0.10 deprecated

Newest versions of Julia 0.4 cause a runtime initialization erro; this problem is not present with node 0.12 and since that version is the most up-to-date released version of node, version 0.10 is deprecated.

Windows install requires a library created beforehand

The node-gyp build process requires a .lib to exist to successfully link which is not provided in the Julia distribution see here for details. Future versions of node-julia will create this library automatically.