Published
- 1 min read
envelope routines::unsupported
The solution for this is noted below
envelope routines::unsupported
Solution
# Linux / MacOS
export NODE_OPTIONS=--openssl-legacy-provider
# Windows cmd
set NODE_OPTIONS=--openssl-legacy-provider
# pwrsh
$env:NODE_OPTIONS = "--openssl-legacy-provider"
Try other methods by searching on the site. That is if this doesn’t work