Joel Cipriano

Results 2 comments of Joel Cipriano

Me too: ``` yarn run v1.22.19 $ node -r dotenv/config ./scripts/seed.js node:internal/modules/cjs/loader:1080 throw err; ^ Error: Cannot find module 'dotenv/config' Require stack: - internal/preload at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15) at Module._load (node:internal/modules/cjs/loader:922:27)...

Resolved it here. I'm following the Learn Next.js examples and, at the same time, prototyping another app. The error was appearing in this other app and not in the nextjs-dashboard...