When attempting to work with sass files, I encountered an error message every time I tried to save the file:
Command failed: sass "/Users/bechara/Desktop/<path of the file>/test.scss" "/Users/bechara/Desktop/<path of the file>/test.css"
Errno::EROFS: Read-only file system @ dir_s_mkdir - ./.sass-cache
Use --trace for backtrace.
I have installed the most recent version of node.js and attempted to install node-sass using npm. In Atom, I experimented with packages such as "build-sass", "atom-sass", "sass", and "sass-autocompile".
My operating system is macOS Catalina 10.15.4.
How can this issue be resolved?