我得到(“没有”更少“过滤器。”)错误在我的页面上,但我似乎无法解决它。我在我的Mac上安装较少。我如何告诉symfony使用它?
答案 0 :(得分:1)
运行以下命令查找节点模块路径:
find / -name node_modules -type d
然后设置为node_paths
选项:
assetic:
filters:
less:
node_paths: /usr/lib/node_modules
compress: true
apply_to: "\.less$"
答案 1 :(得分:0)
你必须安装node(apt-get install node),创建link(ln -s / usr / bin / nodejs / usr / local / bin / node),一切都应该没问题。