I'm trying to install SASS on Mac as per the official instructions here https://sass-lang.com/install
I downloaded the package from GitHub but can't find the .bash_profile
file anywhere in my home directory.
When I try the other available option and run
npm install -g sass
I get an error that 'The operation was rejected by your operating system'
Can someone please instruct me how to find the .bash_profile
file or how to install it in general?