Applicable to the GE-update branch. Not tested recently with master.
When attempting to downgrade NPM to v4, there the following error when accessing the download site:
npm ERR! Error: CERT_UNTRUSTED
It appears that support may have been dropped for older versions and the https certificate will no longer be maintained.
As a 'dirty' workaround, the following can be used to ignore the bad certificate errors:
npm config set strict-ssl false
A more suitable long term solution is required.
Note that this is being executed outside of GE's network.
Applicable to the GE-update branch. Not tested recently with master.
When attempting to downgrade NPM to v4, there the following error when accessing the download site:
npm ERR! Error: CERT_UNTRUSTED
It appears that support may have been dropped for older versions and the https certificate will no longer be maintained.
As a 'dirty' workaround, the following can be used to ignore the bad certificate errors:
npm config set strict-ssl false
A more suitable long term solution is required.
Note that this is being executed outside of GE's network.