Currently, I am attempting to install the SASS compiler node-sass in order to compile SCSS code into CSS code. Despite following an online tutorial and replicating the same steps, I keep encountering errors.
npm init --yes : this will generate a json file
npm install node-sass : This command is resulting in the error shown below
https://i.sstatic.net/VPu4C.png I have tried various troubleshooting methods and spent hours researching, but unfortunately, I haven't been able to successfully run node-sass.