安装cnpm、yarn、tyarn

一、打开命令行工具

二、使用nvm安装node:

https://www.cnblogs.com/starlog/p/14384773.html

三、运行以下命令,分别安装cnpm、yarn、tyarn:

npm i -g cnpm yarn tyarn --registry=https://registry.npm.taobao.org

四、切换npm源为淘宝源:

npm config set registry https://registry.npm.taobao.org

五、切换yarn源为淘宝源:

yarn config set registry https://registry.npm.taobao.org

六、yarn设置ignore-engines:

yarn config set ignore-engines true
上一篇:如何关闭SpringSecurity的权限认证


下一篇:springboot集成sa-token框架实现用户认证功能(使用注解形式,代码量极少)