Vue3 npm ERR code ERR_SSL_DECRYPTION_FAILED_OR_BAD_RECORD_MAC

一、Vue3 创建项目出错

vue create test1

 npm ERR! code ERR_SSL_DECRYPTION_FAILED_OR_BAD_RECORD_MAC

详细错误如下:

npm ERR! code ERR_SSL_DECRYPTION_FAILED_OR_BAD_RECORD_MAC
npm ERR! 2240: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\qianle102\AppData\Local\npm-cache\_logs\2022-05-28T07_44_19_121Z-debug-0.log
 ERROR  Error: command failed: npm install --loglevel error --legacy-peer-deps
Error: command failed: npm install --loglevel error --legacy-peer-deps
    at ChildProcess. (C:\Users\qianle102\AppData\Roaming\npm\node_modules\@vue\cli\lib\util\executeCommand.js:138:16)
    at ChildProcess.emit (node:events:527:28)
    at ChildProcess.cp.emit (C:\Users\qianle102\AppData\Roaming\npm\node_modules\@vue\cli\node_modules\cross-spawn\lib\enoent.js:34:29)
    at maybeClose (node:internal/child_process:1092:16)
    at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)

次错误是python 下载命令的错误。也就是vue3的安装时候使用到了python命令。

如果本机没有安装python则就会报错。

二、解决方案

下载phthon安装包,安装python框架即可

Vue3 npm ERR code ERR_SSL_DECRYPTION_FAILED_OR_BAD_RECORD_MAC_第1张图片

 

三、更多Python安装参考如下:

Python的安装教程_Python环境搭建

Python安装后目录在哪儿_如何查看Python的安装目录

更多:

vue3线上环境组件重新渲染echarts图表无法正常显示问题

​​​​​​Vue3+element-plus 搭建教程整理

vue3 element-plus 使用icon图标组件

你可能感兴趣的:(Vue,npm,vue.js,Vue3,ERR_SSL_,FAILED)