前言

node更新较快,升级之后,出现node-sass依赖不支持的情况,错误提示如下:

1
2
3
4
5
6
ERROR {
err: Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (88)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.14.1
at module.exports (/Users/mac/xxxxxxxx
at xxxxxxxxxxxx

处理方式

1,升级node-sass即可

1
npm rebuild node-sass