You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding this package, the nuxt server stops working. Here's the error with the stack trace:
FATAL The 'request' argument must be string. Received type undefined
at node_modules\esm\esm.js:1:224803
at Module.<anonymous> (node_modules\esm\esm.js:1:295892)
at Resolver.n [as esm] (node_modules\esm\esm.js:1:279589)
at Resolver.requireModule (node_modules\@nuxt\core\dist\core.js:569:31)
at ModuleContainer.addModule (node_modules\@nuxt\core\dist\core.js:164:36)
at promise.then (node_modules\@nuxt\utils\dist\utils.js:1802:43)
I'm using nuxt 2.11.0. This might be an issue with webpack configuration, but the solution is missing from the docs.
The text was updated successfully, but these errors were encountered:
After adding this package, the nuxt server stops working. Here's the error with the stack trace:
I'm using nuxt 2.11.0. This might be an issue with webpack configuration, but the solution is missing from the docs.
The text was updated successfully, but these errors were encountered: