Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

folium's avatar

ERR_SSL_DECRYPTION_FAILED_OR_BAD_RECORD_MAC

hello , i am getting this error while running (npm install -g @vue/cli) on my windows machine. i tried google it but i can't find solution for it. if someone has gone through this one then any help would greatly be appreciated. actual error looks like as follows :

C:\Users\FOLIUM PC>npm install -g @vue/cli
npm ERR! code ERR_SSL_DECRYPTION_FAILED_OR_BAD_RECORD_MAC
npm ERR! 13028: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\FOLIUM PC\AppData\Local\npm-cache\_logs22-07-08T06_24_48_410Z-debug-0.log
0 likes
2 replies
Niush's avatar

Try updating NPM: npm install npm -g

Or check if all apps named Node have Private/Public enabled here in the Control panel:

Control Panel\System and Security\Windows Defender Firewall\Allowed apps

Please or to participate in this conversation.