Could not download node.js v12.13.0 64-bit executable.

nvm install 12.13.0出现以下错误

Error while creating D:\Program Files\nvm\v12.13.0\node64.exe - open D:\Program Files\nvm\v12.13.0\node64.exe: The system cannot find the path specified.
Could not download node.js v12.13.0 64-bit executable.

直接去官网下载https://npm.taobao.org/mirrors/node相应版本

Could not download node.js v12.13.0 64-bit executable.
Could not download node.js v12.13.0 64-bit executable.

然后解压到安装了nvm的目录下并重命名

Could not download node.js v12.13.0 64-bit executable.

然后就是控制台可以直接nvm install 12.13.0

然后使用这个版本nvm use 12.13.0

over

use 12.13.0

over

上一篇:Python 在Linux上用Python脚本发送邮件


下一篇:算法33 快排两种写法