Missing dep on @zeit/next-typescript.
I've upgraded to 9.0.0, removed the dependency of my package on @zeit/next-typescript then re-install the entire node_modules.
When running npx next dev it throws:
[ error ] ./node_modules/next/dist/client/next-dev.js
Error: Cannot find module '@zeit/next-typescript/babel' from '/Users/***/Projects/node/***/renderer'
at Array.map (<anonymous>)
.tsx extensionnpx next devIf Next 9.0.0 supports Typescript natively and uses @zeit/next-typescript, it should be dependant on @zeit/next-typescript
Next.js does not use @zeit/next-typescript and it's not a dependency. The module is deprecated.
Hi, I'm not able to reproduce this. It sounds like you might need to update/remove your custom .babelrc as @zeit/next-typescript is no longer needed anywhere in Next.js >= v9
Most helpful comment
Hi, I'm not able to reproduce this. It sounds like you might need to update/remove your custom
.babelrcas@zeit/next-typescriptis no longer needed anywhere in Next.js >= v9