Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

openssl config failed: error:02001003:system library:fopen:No such process in Appcelerator studio

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.

like image 818
user3281831 Avatar asked Oct 12 '18 21:10

user3281831


1 Answers

Tried a few suggestions from the npm repository issues:

  1. Remove environment variable OPENSSL_CONF using command
set OPENSSL_CONF=

This works but after restarting the computer the error is back again.

  1. Removed OPENSSL_CONF from Environment Variables

Go 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.

enter image description here

like image 95
Jee Mok Avatar answered Sep 27 '22 22:09

Jee Mok