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
asdf-nodejs currently sets NODE_BUILD_BUILD_PATH and NODE_BUILD_CACHE_PATHto the same directory
This results in some very weird behavior which I've documented here: asdf-vm/asdf-nodejs#289.
My guess is that node-build doesn't expect or support these 2 variables being set to the same directory, but I thought it would be a good idea to file this issue and confirm.
If this is not supported, it might be nice for node-build to raise an explicit error if they are set the same directory? 🤷
Thanks for the cool tool!
The text was updated successfully, but these errors were encountered:
asdf-nodejs
currently setsNODE_BUILD_BUILD_PATH
andNODE_BUILD_CACHE_PATH
to the same directoryThis results in some very weird behavior which I've documented here: asdf-vm/asdf-nodejs#289.
My guess is that node-build doesn't expect or support these 2 variables being set to the same directory, but I thought it would be a good idea to file this issue and confirm.
If this is not supported, it might be nice for node-build to raise an explicit error if they are set the same directory? 🤷
Thanks for the cool tool!
The text was updated successfully, but these errors were encountered: