I tried setting up the development server using make site
but got this error:
Can anyone help, please?
I tried setting up the development server using make site
but got this error:
Can anyone help, please?
Apply this standard troubleshooting steps and see if the issue persists:
rm -rf .cache
rm -rf node_modules
make clean
After running the above commands I used make setup
which ran successfully but make site
showed this error:
I think it is again some setup error, like the bundles haven’t been setup properly
Can you share a the screenshot of a successful execution of the make setup
command?
Looking at the error I doubt that the make setup
command ran successfully.