I’ve purchased the template “Wanderlust” (https://colorlib.com/wp/template/wanderlust/)
I’ve run npm install in the unzipped directory and successfully installed all dependancies.
In order to build the files I need for static hosting I run npm run build.
However, this gives me an error:
ReferenceError: preset is not defined
at /travel-starter/tailwind.config.js:8:13
It seems that I am missing some preset files that are not included.
What do I need to do to resolve this error so I can build the website for static hosting?