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
Describe the bug
After installing the druxt-site module and running the Nuxt dev server, the following error occurs:
require() of ES Module /node_modules/axios/index.js from /node_modules/vue-server-renderer/build.dev.js not supported. Instead change the require of index.js in /node_modules/vue-server-renderer/build.dev.js to a dynamic import() which is available in all CommonJS modules.
Describe the bug
After installing the druxt-site module and running the Nuxt dev server, the following error occurs:
To Reproduce
Steps to reproduce the behavior:
Your Environment (please complete the following information):
Additional context
As a temporary fix, add this to your
nuxt.config.js
:The text was updated successfully, but these errors were encountered: