使用npm下载包提示idealTree:pxx: sill idealTree buildDeps的解决方法

开发微信小程序想引入Vant Weapp框架,执行npm命令:npm i @vant/weapp -S --production 时一直提示 idealTree:pxx: sill idealTree buildDeps。注意pxx是我微信小程序项目的根目录。

原因

镜像问题导致的。默认镜像地址https://registry.npmjs.com在国外,大家懂的,不容易连接上。大家以前用的淘宝镜像https://registry.npm.taibao.org已经过期了

解决办法

把镜像地址设置为最新的淘宝地址 https://registry.npmmirror.com

设置镜像地址的npm命令为:npm config set registry https://registry.npmmirror.com

查看镜像地址是否设置成功的命令:npm config get registry

如果返回提示 https://registry.npmmirror.com 则表示设置镜像地址成功

相关推荐
彭世瑜几秒前
ts: TypeScript跳过检查/忽略类型检查
前端·javascript·typescript
FØund4041 分钟前
antd form.setFieldsValue问题总结
前端·react.js·typescript·html
Backstroke fish2 分钟前
Token刷新机制
前端·javascript·vue.js·typescript·vue
小五Five3 分钟前
TypeScript项目中Axios的封装
开发语言·前端·javascript
小曲程序3 分钟前
vue3 封装request请求
java·前端·typescript·vue
临枫5413 分钟前
Nuxt3封装网络请求 useFetch & $fetch
前端·javascript·vue.js·typescript
RAY_CHEN.4 分钟前
vue3 pinia 中actions修改状态不生效
vue.js·typescript·npm
酷酷的威朗普4 分钟前
医院绩效考核系统
javascript·css·vue.js·typescript·node.js·echarts·html5
前端每日三省5 分钟前
面试题-TS(八):什么是装饰器(decorators)?如何在 TypeScript 中使用它们?
开发语言·前端·javascript
小刺猬_9855 分钟前
(超详细)数组方法 ——— splice( )
前端·javascript·typescript