I'm getting this error in appcelerator studio:
openssl config failed: error:02001003:system library:fopen:No such process
I could not find anyone with the same problem so far.
Tried a few suggestions from the npm repository issues:
OPENSSL_CONF
using commandset OPENSSL_CONF=
This works but after restarting the computer the error is back again.
OPENSSL_CONF
from Environment VariablesGo to the Windows Environment Variables and remove OPENSSL_CONF
from the System variables. Save it and restart the editor and it works like a charm.