t3-oss / t3-env

https://env.t3.gg
MIT License
2.78k stars 86 forks source link

Cannot find module '@t3-oss/env-nextjs' or its corresponding type declarations #190

Closed palmjack closed 9 months ago

palmjack commented 9 months ago

After updating to v.0.9.2 I have this error Cannot find module '@t3-oss/env-nextjs' or its corresponding type declarations I'm using pnpm v.8.15.1

george1410 commented 9 months ago

+1

george1410 commented 9 months ago

fix is to change moduleResolutions in my tsconfig.json to bundler

"moduleResolution": "bundler"
juliusmarminge commented 9 months ago

t3-env is esm only since 0.9 so you must use a compatible module resolution (Bundler is recommended as suggested by George and the docs)