本文主要是介绍vscode运行显示Run `npm rebuild node-sass` to download the binding for your current environment.,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
使用淘宝镜像,执行:cnpm install node-sass,安装node-sass
若不能使用,cnpm不是内部或外部命令,也不是可运行命令 或批处理文件
用淘宝npm镜像安装相关依赖
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm -v查看版本
即可使用cnpm
如果按着官网创建完nuxt项目之后 运行npm run dev 出现 'nuxt' 不是内部或外部命令,也不是可运行的程序 或批处理文件。
那就 npm install 一下
这篇关于vscode运行显示Run `npm rebuild node-sass` to download the binding for your current environment.的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!