Hi I have a project that is failing deployment. It is called ‘genuine-klepon-d083a9’. It is a Next Js project.
I am getting the error ‘It looks like you"re trying to use TypeScript but do not have the required package(s) installed.’
‘Please install @types/react and @types/node by running:
npm install --save-dev @types/react @types/node’
But I already have these packages installed. I was able to build my project locally and deploy it to Vercel with no problems so I think this might be an issue with Netlify. Thanks.