随笔分类 -  node

node打包报错:ERROR in xxxx.js Module not found: Error: Can’t resolve xxxx in ‘xxx’ error Command failed with exit code 1.
摘要:原文链接:node打包报错:ERROR in xxxx.js Module not found: Error: Can’t resolve xxxx in ‘xxx’ error Command failed with exit code 1. – 每天进步一点点 (longkui.site) 0. 阅读全文

posted @ 2024-10-14 20:10 longkui 阅读(164) 评论(0) 推荐(0)

npm 私服报错401 npm ERR! code E401 npm ERR! Unable to authenticate,
摘要:原文链接:这里 0.前言 报错: npm ERR! code E401 npm ERR! Unable to authenticate, need: BASIC realm=”Sonatype Nexus Repository Manager” “一个问题搞一下午” 搭的npm 私服,服务坏了之后简 阅读全文

posted @ 2022-02-01 20:19 longkui 阅读(3265) 评论(1) 推荐(1)

cnpm的安装与使用
摘要:原文链接:这里 0.前言 有时候npm不是很好用,可以用cnpm。cnpm主要针对于中国地区。 安装方法,首先保证你安装了nodejs。 然后执行 npm install -g cnpm 或者 npm install -g cnpm --registry=https://registry.npm.t 阅读全文

posted @ 2022-01-30 14:57 longkui 阅读(879) 评论(0) 推荐(0)

导航