asdf-nodejs currently sets NODE_BUILD_BUILD_PATH and NODE_BUILD_CACHE_PATH to 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!