server icon indicating copy to clipboard operation
server copied to clipboard

`edit.cmd fa` fails: node: --openssl-legacy-provider is not allowed in NODE_OPTIONS

Open alivarastepour opened this issue 2 years ago • 3 comments

So I followed the instructions in readme.md, the following command

edit.cmd fa

leads to the following:

D:\js\server>call gulp edit   | bunyan
node: --openssl-legacy-provider is not allowed in NODE_OPTIONS
node: --openssl-legacy-provider is not allowed in NODE_OPTIONS

D:\js\server>goto :eof

I tried solving it:

set NODE_OPTIONS=

but the value of NODE_OPTIONS resets everytime. any ideas?

alivarastepour avatar Apr 01 '23 19:04 alivarastepour

just comment out or remove the NODE_OPTIONS line in edit file and rerun it.

skafridi07 avatar Apr 15 '23 20:04 skafridi07

just comment out or remove the NODE_OPTIONS line in edit file and rerun it.

did not work

alivarastepour avatar Apr 15 '23 21:04 alivarastepour

just comment out or remove the NODE_OPTIONS line in edit file and rerun it.

did work for me

Peter-developer01 avatar Jun 06 '23 08:06 Peter-developer01