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
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
So it turns out that we made a change to setUpDesktop.sh that now sets NVM_NODEJS_ORG_MIRROR and JX_NPM_JXB such that if those values are already defined in the environment then we accept them otherwise we set them to our values.
But this is a problem if you are using NVM which actually sets NVM_NODEJS_ORG_MIRROR to (rightfully) point at itself which isn't the value we need.
So the right solution is to get JXcore to stop looking to NVM_NODEJS_ORG_MIRROR in process-release.js and instead replace it with JXCORE_NODEJS_ORG_MIRROR so we don't have the conflict.
This particular error shows up when I run https://github.com/thaliproject/Thali_CordovaPlugin/blob/aaf35e740ed7aeb7661258028b64a4bdfb27d4b7/thali/install/setUpDesktop.sh#L50 I get the error:
The text was updated successfully, but these errors were encountered: