I tried to create React app in VS Code by using below code. I got this error "npm ERR! code ERR_SSL_DECRYPTION_FAILED_OR_BAD_RECORD_MAC" Node version: v14.18.1 npm version: 8.1.0 OS: windows 10 VS code: 1.16.0
PS D:\React-Projects> npx create-react-app first-app
Creating a new React app in D:\React-Projects\first-app.
Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template...
npm ERR! code ERR_SSL_DECRYPTION_FAILED_OR_BAD_RECORD_MAC npm ERR! 10796:error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:677: npm ERR!
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\bizwe\AppData\Local\npm-cache_logs\2021-10-16T08_13_20_686Z-debug.log
Aborting installation. npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.
Deleting generated file... node_modules Deleting generated file... package.json Deleting first-app/ from D:\React-Projects Done.
I tried all solutions given in stack overflow, but none of them is worked, Anybody help me please.