Home > Article > Web Front-end > What should I do if the uniapp plug-in installation is slow?
Solutions to the slow installation of the uniapp plug-in: 1. Install the Taobao image; 2. Use the "cnpm install node-sass --save" command or "cnpm install node-sass" to install it.
The operating environment of this tutorial: windows7 system, uni-app2.5.1 version, DELL G3 computer.
uni app sass installation slow error reporting solution
1, npm install -g cnpm --registry=https://registry.npm.taobao.org (Install Taobao mirror)
2, cnpm install node-sass --save or cnpm install node -sass
For more other excellent articles, please pay attention to the uni-app column~
The above is the detailed content of What should I do if the uniapp plug-in installation is slow?. For more information, please follow other related articles on the PHP Chinese website!