vue项目安装sass报错解决方法

59/binding.node Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 9.x Found bindings for the following environments:- OS X 64-bit with Node.js 6.x 因为sass对node 8x+版本不兼容 解决方法 npm i node-sass -D 亲测有效 ...
vue项目安装sass报错解决方法
报错内容

Module build failed: Error: Missing binding /Users/jac/Downloads/country/node_modules/node-sass/vendor/darwin-x64-

59/binding.node

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

Found bindings for the following environments:

- OS X 64-bit with Node.js 6.x

因为sass对node 8x+版本不兼容

解决方法

npm i node-sass -D

亲测有效2022-07-31
mengvlog 阅读 60 次 更新于 2025-12-17 20:24:26 我来答关注问题0
檬味博客在线解答立即免费咨询

报错相关话题

Copyright © 2023 WWW.MENGVLOG.COM - 檬味博客
返回顶部