docker centos镜像 npm安装包时报错“npm ERR! code ECONNRESET”
1.采用新的镜像地址
npm config set registry https://registry.npmmirror.com
2.清理缓存
npm cache clean --force
3.安装yarn
npm install -g yarn
4. 安装模块
在node_modules 同级目录执行下面命令:
yarn add napi-build-utils env-paths express ejs cors crypto-js bl ansi-regex sqlite3 moment jsonwebtoken multer marked prismjs
原文地址:https://blog.csdn.net/sz76211822/article/details/140656838
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!