Here is two option now –
1. Try to uninstall Node.js version 17+ and reinstall the Node.js version 16+
-
You can re install the current LTS node js version from their official site. or more specific downloads from here;
-
You can use NVM (Node Version Manager)
- Linux and Mac users can use this nvm package – https://github.com/nvm-sh/nvm
- Windows users can use this nvm package – https://github.com/coreybutler/nvm-windows
2. Open terminal and paste these as described :
Linux & Mac OS (windows git bash)-
export NODE_OPTIONS=--openssl-legacy-provider
Windows command prompt-
set NODE_OPTIONS=--openssl-legacy-provider
Reference link.