vercel-builder
vercel-builder copied to clipboard
Getting "Error! Invalid JSON" when using GH Actions.
Hello,
Can you tell me what may be the problem, trying to run a site using vercel and Nuxt, I added Vercel.json to the root of the repository and I get the following error when I run the action.
I took the json from the sample on the site.
Vercel CLI 28.1.3
Retrieving project…
Deploying hillreywer/***
Error! Invalid JSON
Error: Process completed with exit code 1.
{
"version": 2,
"builds": [
{
"src": "nuxt.config.js",
"use": "@nuxtjs/vercel-builder"
}
]
}
Are you sure that's the content of the file? No stray comma? How about your tsconfig.json?
Yes, I've tried it in several ways.
Hmm, we don't have tsconfig.json in the project.