Local Installation error
Describe the bug After installing gatsby cli and all the dependencies using npm. When we use npm run develop to start and develop the project. It shows the following error

I had to increase node-sass version as without doing that node npm i was throwing errors about node-sass and node-sharp
You can add a file named variables.sass as follows on your own. It is ignored in .gitigore file.

The content of the variables.sass
$text-color: #242526; $primary: #54AD28; $light-secondary: #E6ECEE; $secondary: #24598B; $dark-grey: #666666; $grey: #808080; $light-grey: #D3D3D3; $very-light-grey: #C9C9C9; $red: #F24423; $very-dark-grey: #63676A; $xs-and-less: (min-width: 576px); $tiny-and-less: (min-width: 768px); $md-and-less: (min-width: 992px); $sm: (min-width: 576px); $sm-and-less: (max-width: 576px)
Thank you @KaveeshaPiumini it worked for me. I was finally able to run webiu locally.
Im not able install it locally
please help me