eladnava / applicationize

Converts your favorite web apps into desktop apps with their own dedicated launcher icon.
https://applicationize.me/
Apache License 2.0
494 stars 86 forks source link

OpenSSL Issue #115

Closed ddlidded closed 3 years ago

ddlidded commented 3 years ago

{"error":"Could not find openssl on your system on this path: openssl"}

when running locally!

eladnava commented 3 years ago

Hi @ddlidded, This issue (related to https://github.com/Dexus/pem/issues/58) can occur when trying to run on a Windows machine without openssl which is required by the pem package.

1) Download and unpack openssl from here: https://downloads.sourceforge.net/gnuwin32/openssl-0.9.8h-1-bin.zip 2) Add bin/openssl.exe to the system's PATH: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/ 3) Open a command prompt and type openssl. It should display:

OpenSSL> 

4) Run npm start again.