sass compilation error

I am running Bootstrap Studio version 4.4.2 on POP!_OS 18.10 (Ubuntu 18.10)

When i open a design, I get the

SASS Compilation Error Make sure the bstudio-sass tool from npm is installed

As per the "To install SASS support:" insturctions at https://bootstrapstudio.io/tutorials/writing-sass, I executed the following commands:

sudo apt install nodejs
sudo apt install npm
sudo npm install bstudio-sass -g --unsafe-perm 

previous command failed without the --unsafe-perm flag. I then typed:

bstudio-sass

The last command produced a path of /usr/local/bin/bstudio-sass

i copied that path into the Design Settings' SASS path, but BS continues displaying the same error message. Please advise. Thank you

Look in this tread for the solution: https://bootstrapstudio.io/forums/topic/sass-compilation-error-3/