openssl-nodejs icon indicating copy to clipboard operation
openssl-nodejs copied to clipboard

problems with deploy on firebase

Open nosovk opened this issue 4 years ago • 2 comments

in firebase environment app folder is readonly. Only /tmp is writable. To solve an issue in any env we need to ask tmp folder location from system, which is done it that PR.

nosovk avatar Jun 13 '20 11:06 nosovk

Nice! I want to run it in Firebase environment too.

amanenk avatar Aug 16 '20 16:08 amanenk

you may use it from branch, just put "openssl-nodejs": "github:codevibess/openssl-nodejs#pull/7/head" in yours package.json

nosovk avatar Aug 17 '20 11:08 nosovk