Webiu icon indicating copy to clipboard operation
Webiu copied to clipboard

Local Installation error

Open Nikhil7174 opened this issue 2 years ago • 3 comments

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

Screenshot (291)

I had to increase node-sass version as without doing that node npm i was throwing errors about node-sass and node-sharp

Nikhil7174 avatar Mar 24 '23 09:03 Nikhil7174

You can add a file named variables.sass as follows on your own. It is ignored in .gitigore file.

image

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)

KaveeshaPiumini avatar Mar 24 '23 13:03 KaveeshaPiumini

Thank you @KaveeshaPiumini it worked for me. I was finally able to run webiu locally.

Nikhil7174 avatar Mar 30 '23 19:03 Nikhil7174

Im not able install it locally Screenshot 2023-07-04 140840

please help me

lalitkumawat1m avatar Jul 04 '23 08:07 lalitkumawat1m