当前位置: 代码迷 >> 综合 >> vscode运行显示Run `npm rebuild node-sass` to download the binding for your current environment.
  详细解决方案

vscode运行显示Run `npm rebuild node-sass` to download the binding for your current environment.

热度:4   发布时间:2023-12-19 06:48:35.0

使用淘宝镜像,执行: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 一下

  相关解决方案