Hi,
No longer interested. I switched using the Live Sass Compiler in VSCode and linking the CSS directly to each React Component.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I deploy my React App which was created using Create-React-App to Azure Web App on Linux I get the following when I browse to the website?
To import Sass files, you first need to install node-sass.
When I run this locally everything is fine (Running from a Mac). I have checked the DevOps deployment log and that reports it installed node-sass without issue. I have also tried to delete the node-sass folder in node_modules and npm install. This added node-sass again without issue but still I get the error?
Has anyone come across this before or have any suggestions?
Hi,
No longer interested. I switched using the Live Sass Compiler in VSCode and linking the CSS directly to each React Component.