如何将sass添加到OpenShift上nodejs盒中的路径中?
gears start启动我的Sails.js应用程序,但Grunt-contrib-sass找不到使用
gem install sass即使在ssh路径中添加了~/.gem/bin。
发布于 2014-09-19 15:02:46
如果您使用nodejs,请尝试:
gem install sass
ln -s /var/lib/openshift/53fe54c24382ec79e200017e/.gem/bin/sass /var/lib/openshift/53fe54c24382ec79e200017e/app-root/runtime/repo/node_modules/.bin/或在以下位置找到一条路径:
echo $PATHhttps://stackoverflow.com/questions/25379197
复制相似问题