Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
After installing the Prettier config for Astro, I got an error saying there was an error in my package.json file, on a line that didn’t actually exist in the file.
It turned out I had an empty tailwind.config.js, and adding an empty pair of curly braces fixed the issue:
{
}