Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local Installation error #455

Open
Nikhil7174 opened this issue Mar 24, 2023 · 3 comments
Open

Local Installation error #455

Nikhil7174 opened this issue Mar 24, 2023 · 3 comments

Comments

@Nikhil7174
Copy link

Nikhil7174 commented Mar 24, 2023

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

@KaveeshaPiumini
Copy link

KaveeshaPiumini commented Mar 24, 2023

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)

@Nikhil7174
Copy link
Author

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

@lalitkumawat1m
Copy link

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

please help me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants