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
If I call njre.install() from C:\Users\name\Documents\project\, the jre folder is installed in C:\Users\name\Documents\jre instead of C:\Users\name\Documents\project\jre. This is on Windows.
If I call
njre.install()
fromC:\Users\name\Documents\project\
, thejre
folder is installed inC:\Users\name\Documents\jre
instead ofC:\Users\name\Documents\project\jre
. This is on Windows.https://github.com/nvuillam/njre/blob/main/lib/install.js#L70
This line of code returns
C:\Users\name\Documents\
for the above example.The text was updated successfully, but these errors were encountered: