Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将一个新应用程序推送到 Heroku,但我收到了这个 libsass 错误:
Error: ´libsass´ bindings not found. Try reinstalling ´node-sass´?
我环顾四周,但我发现的解决方案是针对本地环境的,但我的机器上没有问题。
我发现的一件事是使用节点 0.12.0,我在 0.10 上,但 Heroku 已经在 0.12.0 上
我还能在 Heroku 上做什么?
我假设您node-sass的package.jsonif so 设置NODE_MODULES_CACHE为 false 可能会有所帮助
node-sass
package.json
NODE_MODULES_CACHE
您可以在 heroku.com 或 CLI 中执行此操作:
heroku config:set NODE_MODULES_CACHE=false