NuxtN
Nuxt13mo ago
6 replies
alexeliot

Cannot find module './lib/source-map-generator'

Hi, I have recently done some migrations to our codebase, and after that, the dev server stopped working (building and previewing works).

The error I get is:
[nuxt] [request error] [unhandled] [500] Cannot find module './lib/source-map-generator'
Require stack:
- <project_root>/source-map-js


How can I debug an error like this?
Was this page helpful?