You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to update my project but when running the flow to host the content to Vercel I get stuck on the below.
I tried to resolve the issue by deleting the .webstudio folder and re-initializing the project with npx webstudio@latest init and the flag --template SSG.
✗ npx webstudio@latest
npm warn using --force Recommended protections disabled.
│
◇ Where would you like to deploy your project?
│ Static Site Generation (SSG) Vercel
│
◇ Project data synchronized successfully
│
◇ Scaffolding the project files
SyntaxError: Expected double-quoted property name in JSON at position 570 (line 22 column 5)
at JSON.parse (<anonymous>)
at mergeJsonInto (file:///Users/[HIDDEN]/.npm/_npx/09d2825a8fb9a5f8/node_modules/webstudio/lib/cli.js:5963:16)
at async copyTemplates (file:///Users/[HIDDEN]/.npm/_npx/09d2825a8fb9a5f8/node_modules/webstudio/lib/cli.js:6005:5)
at async prebuild (file:///Users/[HIDDEN]/.npm/_npx/09d2825a8fb9a5f8/node_modules/webstudio/lib/cli.js:6043:5)
at async build (file:///Users/[HIDDEN]/.npm/_npx/09d2825a8fb9a5f8/node_modules/webstudio/lib/cli.js:6495:3)
at async Object.initFlow [as handler] (file:///Users/[HIDDEN]/.npm/_npx/09d2825a8fb9a5f8/node_modules/webstudio/lib/cli.js:6559:3)
Note: I changed the user path to [HIDDEN].
Note 2: The project correctly publishes in your .io domain so I must expect something is wrong with the local process.
The text was updated successfully, but these errors were encountered:
Dear team,
I'm trying to update my project but when running the flow to host the content to Vercel I get stuck on the below.
I tried to resolve the issue by deleting the
.webstudio
folder and re-initializing the project withnpx webstudio@latest init
and the flag--template SSG
.Note: I changed the user path to [HIDDEN].
Note 2: The project correctly publishes in your .io domain so I must expect something is wrong with the local process.
The text was updated successfully, but these errors were encountered: