[MacPorts] #66212: filebrowser: --openssl-legacy-provider is not allowed in NODE_OPTIONS
MacPorts
noreply at macports.org
Thu Nov 10 22:54:36 UTC 2022
#66212: filebrowser: --openssl-legacy-provider is not allowed in NODE_OPTIONS
--------------------------+------------------------
Reporter: ryandesign | Owner: i0ntempest
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.0
Resolution: | Keywords:
Port: filebrowser |
--------------------------+------------------------
Comment (by i0ntempest):
Okay to tackle this I need to extract the version of openssl linked by
nodejs. If it’s 3.x, I use that option; if it’s 1.x, don’t use that
option.
{{{node -e "console.log(process.versions)" | grep openssl | grep -e
"\d.\d*.\d*" -o}}} can do this. Is there a better/more elegant way?
--
Ticket URL: <https://trac.macports.org/ticket/66212#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list