npm报错:npm ERR! cb.apply is not a function
npm ERR! cb.apply is not a function
解决方法
- 在C:\Users\用户名下找到
.npmrc
文件- 将淘宝镜像
registry=https://registry.npm.taobao.org/
替换该文件里的内容- 修改成功后,执行
npm info underscore
命令- npm即可正常下载软件包
2024-01-18 23:08:04
npm ERR! cb.apply is not a function
- 在C:\Users\用户名下找到
.npmrc
文件- 将淘宝镜像
registry=https://registry.npm.taobao.org/
替换该文件里的内容- 修改成功后,执行
npm info underscore
命令- npm即可正常下载软件包