简体   繁体   中英

Error: Node Sass Not Supported in Current Environment

Gulping had been working just fine until this morning. I don't know what I should install, update or uninstall to get my local environment to work again. Config: Catalina 10.15.7 Node 15.0.1 Gulp CLI v 2.3.0 Local v 4..0.2 I noticed that building my scripts was giving me errors, so I uninstalled npm and reinstalled. Now when I gulp, Im getting these errors:

Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (88)

Any help would be appreciated.

Seems that I need to roll back to v 14.15.0 of node ---> https://github.com/sass/node-sass/releases/tag/v4.14.1

Deleted node_modules in my target directory, and reinstalled. Ran npm audit fix , then did a fresh gulp and everything worked fine

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM