reactjs - Is there a reason why vercel is not deploying my react app due to missing routes-manifest.json file? - Stack Overflow

admin2025-04-16  7

I am trying to deploy my react app using vercel. These are the instructions I have used:

  • Vercel CLI
  • Install the Vercel CLI and run vercel to deploy.
  • Vercel will detect that you are using React and will enable the correct settings for your deployment.
  • Your application is deployed! (e.g. create-react-template.vercel.app)

In my terminal whenever I run vercel --prod. It tries to build but then shows up with an error saying this:

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! 

PS C:\Users\mahip>  cd C:\Users\mahip\my-silks
PS C:\Users\mahip\my-silks> vercel --prod
Vercel CLI 39.4.2
转载请注明原文地址:http://www.anycun.com/QandA/1744745439a87015.html