Issues with first deployment to Git

[21:14:35.655] Skipping build cache, deployment was triggered without cache.
[21:14:36.093] Cloning completed: 446.000ms
[21:14:36.248] Running build in Washington, D.C., USA (East) – iad1
[21:14:36.395] Running "vercel build"
[21:14:36.774] Vercel CLI 41.4.1
[21:14:37.461] Running "install" command: `bun install`...
[21:14:37.510] error: Bun could not find a package.json file to install from
[21:14:37.511] note: Run "bun init" to initialize a project
[21:14:37.516] Error: Command "bun install" exited with 1
[21:14:37.789] 
1 Like

Just based on the logs you shared here, it seems like the problem is that Bun couldn’t find a package.json file to install from. You’ll need to include more info if you need a more specific suggestion :wink:

1 Like

Thank you Amy - the reply to my query went into Spam so I am just seeing it.

Thanks. I took the long way around the issue and, even though the issue itself has not been resolved, I am able to continue to add Changes while I look into the issue that occurred when I tried to deploy to Git. What did I do? I disconnected from Git, and am now redeploying into Vercel, for now.

Thanks again!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.