首页 > 技术文章 > Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 10.x

jerryspace 2019-01-21 17:49 原文

 运行Reac项目报:

Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 10.x

解决方法:
进入project根目录,执行rebuild命令

npm rebuild node-sass

 

推荐阅读