随笔分类 -  nodejs

摘要:系统要求:安装了nodejs、npm(包含在nodejs安装包中) 安装 npm install -g yarn 设置忽略引擎版本检查,不是必须 用于修复node版本不兼容的命令配置 本质上是忽略引擎版本检查 主要用于在install过程中的版本过低提示 yarn config set ignore 阅读全文
posted @ 2021-07-01 09:30 chenjingchun 阅读(126) 评论(0) 推荐(1)
摘要:查询初始的源 npm get registry > https://registry.npmjs.org/ 设置淘宝源 npm config set registry http://registry.npm.taobao.org/ yarn config set registry http://re 阅读全文
posted @ 2018-11-02 13:23 chenjingchun 阅读(1346) 评论(0) 推荐(0)