uniapp插件安装慢怎么办

UniApp2023-04-2832 人已阅来源:网络

uniapp插件安装慢的解决办法:1、安装淘宝镜像;2、使用“cnpm install node-sass --save”命令或者“cnpm install node-sass”安装即可。

uniapp插件安装慢怎么办

本教程操作环境:windows7系统、uni-app2.5.1版本,DELL G3电脑。

uni app sass安装慢 报错解决方案

1、npm install -g cnpm --registry=https://registry.npm.taobao.org (安装淘宝镜像)
uniapp插件安装慢怎么办

2、cnpm install node-sass --save 或者 cnpm install node-sass

了解更多其他精品文章,敬请关注uni-app栏目~

以上就是uniapp插件安装慢怎么办的详细内容!