Command: make site
@Sumit_Shandillya could you please share the output of the following command;
node -v
Output of the comand:
v22.9.0
Thank you for sharing that. I see now.
Please consider using node version 18.x.x for a smooth developer experience.
Find the guide here: Upgrading Your Node.js Version | Gatsby
Please let me know if this doesn’t solve the issue @Sumit_Shandillya
Now that we have ensured you’re using node 18, let’s execute these commands in the following sequence:
rm -rf node_modules/
rm -rf .cache/
make setup
make clean
Please note make clean
expects Gatsby cli to be installed on the machine. It can be installed using npm install -g gatsby-cli