Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/398.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript Sass可以';不能使用webstorm编译_Javascript_Html_Css_Sass_Webstorm - Fatal编程技术网

Javascript Sass可以';不能使用webstorm编译

Javascript Sass可以';不能使用webstorm编译,javascript,html,css,sass,webstorm,Javascript,Html,Css,Sass,Webstorm,当我想在Webstorm IDE中使用Sass时,它似乎在使用Ruby 1.8(操作系统默认值),而不是我的RVM Ruby版本(1.9.x) 现在,我可以在Watcher配置中设置SAS的路径: PATH=$PATH:$HOME/.rvm/bin 但是,我遇到的下一件事是找不到其他依赖项: env: ruby_noexec_wrapper: No such file or directory 如何配置WebStorm或Mac,使其完全忽略内置Ruby并始终使用RVM(不仅仅在Termina

当我想在Webstorm IDE中使用Sass时,它似乎在使用Ruby 1.8(操作系统默认值),而不是我的RVM Ruby版本(1.9.x)

现在,我可以在Watcher配置中设置SAS的路径:

PATH=$PATH:$HOME/.rvm/bin
但是,我遇到的下一件事是找不到其他依赖项:

env: ruby_noexec_wrapper: No such file or directory

如何配置WebStorm或Mac,使其完全忽略内置Ruby并始终使用RVM(不仅仅在Terminal.app中)

而不是提供带有
watch
参数的
compass
命令,提供带有
bash
命令–login-c“compass compile”
参数


更多信息请点击此处:

以下是适用于我的环境变量:

Name: PATH

Value: /Users/peteshau/.rvm/rubies/ruby-1.9.3-p327/bin:/Users/peteshau/.rvm/gems/ruby-1.9.3-p327/bin

我需要这两个值。

从终端运行WebStorm:
打开-a/Applications/WebStorm.app/
或使文件查看器任务环境与您在终端中的任务环境相同,后者是。另见。