出现以下错误:
Compiling failed with this error: Errno::EROFS on line ["239"] of /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/fileutils.rb: Read-only file system @ dir_s_mkdir - /.sass-cache
Run with --trace to see the full backtrace
真的很痛苦,我们将不胜感激。
在我更新到Mac OS Catalina之后发生。当前在10.15.1(19B88)。
/.sass-cache
将是文件系统根目录上的Sass缓存目录。它不应尝试在该目录中创建该目录。
但是此Ruby正在运行,它没有在正确的工作目录下运行,或者需要传递基本路径才能运行。