You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The options currently available for "node" usage are either globally or to download it (if you set node.download = true). However, my use case is in an environment where "node" is available already and it cannot be downloaded (assume no internet connection) or set globally (requires a call to setenv or its platform-specific equivalent via JNI, which seems to be an overkill). Is there a way to set the path to the "node" to be used, e.g. node.path = "myPath"?
Regards
The text was updated successfully, but these errors were encountered:
Hi,
The options currently available for "node" usage are either globally or to download it (if you set node.download = true). However, my use case is in an environment where "node" is available already and it cannot be downloaded (assume no internet connection) or set globally (requires a call to setenv or its platform-specific equivalent via JNI, which seems to be an overkill). Is there a way to set the path to the "node" to be used, e.g. node.path = "myPath"?
Regards
The text was updated successfully, but these errors were encountered: