且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用PHPStorm的SASS File Watcher时出错

更新时间:2023-09-12 09:51:35

您在Terminal和PhpStorm中具有不同的PATH环境,它是特定于Mac OS .

You have different PATH environment in Terminal and in PhpStorm, it's Mac OS specific.

解决方法:

  • 从终端:open -a /Applications/PhpStorm.app/
  • 运行IDE 直接在File Watcher配置中
  • 编辑环境变量.
  • Run the IDE from Terminal: open -a /Applications/PhpStorm.app/
  • Edit Environment Variables directly in the File Watcher configuration.