11 result(s) for "Cannot find module"
After Cursor refactored your API endpoint code, TypeScript errors report type mismatches between client requests and server responses. The endpoint signature...
Your app works perfectly in development but shows a blank white page after deploying to Vercel or Netlify. No errors in the browser console, just whitespace....
The npm run build or similar build command now fails after Cursor reorganized your project files. The build pipeline is looking for files in the wrong locati...
You asked Cursor to generate unit tests for your code, but the tests fail immediately when you run them. The failures range from import/module resolution err...
Your Windsurf-generated Dockerfile builds fail or the container crashes at runtime because system-level dependencies are missing. Node.js native modules like...
You imported a GitHub repository into Replit, but the project is incomplete. Some files and directories are missing, the app will not start, and you see erro...
After Cursor moved or reorganized your source files, many import statements are broken. The build fails because modules can't be found or import paths are in...
Your v0-generated Next.js API routes cannot be unit tested because they are tightly coupled to the Next.js request/response objects, database connections, an...
Your Vercel Edge function or middleware throws 'Cannot find module' or 'Unsupported module' errors in production, even though local development works. Edge r...
Import aliases work in development (@/components) but fail in production build. Build fails with 'cannot find module' errors. Aliases not recognized by TypeS...
After Cursor refactored your webpack configuration, the build process fails with syntax errors or configuration errors. The webpack config is malformed. The ...