I configured sass to be used in Netbeans, to compile sass files on save. Netbeans is displaying this command (one line, quotes included): "/home/user/.nvm/versions/node/v18.17.0/bin/sass" "/full/path/to/sass/file.scss" "/full/path/to/css/file.css"

And returns this error:
"/usr/bin/env: ‘node’: No such file or directory"

*When I run the exact command directly in the terminal, the compilation works without errors. *

How could I fix the problem inside Netbeans, so it would be able to properly use the sass compiler directly?

----- System information -----
OS: Ubuntu 22.04.2 LTS
Apache NetBeans IDE 18 (with all the needed settings that worked with Ruby Sass)
sass --version = 1.64.1 compiled with dart2js 3.0.6
node --version = v18.17.0

Reply via email to