Cannot find module './call-credentials' issue #1418
-
ReproductionI am trying to follow the basic guide Steps to reproduce the bughttps://vuefire.vuejs.org/nuxt/getting-started.html While following these instructions I got the following error below: Expected behaviorError, however when I set SSR: false, the page loads but I want to get SSR working. Actual behaviorat Module._resolveFilename (node:internal/modules/cjs/loader:1075:15) Additional informationPackages.json // Nuxt config file if (!process.env.NUXT_AUTH_PASSWORD) { export default defineNuxtConfig({ modules: [ ssr: true, vuefire: { }) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
also need help with this when started the dev server, same error appears Cannot find module './call-credentials' Require stack: - C:\Users\Steven\Workspace\nuxt-vuefire-demo2@grpc\grpc-js |
Beta Was this translation helpful? Give feedback.
-
any update on this? |
Beta Was this translation helpful? Give feedback.
-
Remove all your b other dependencies I was using an incompatible vuetify module at the time. It has since been updated and now working with vuefire |
Beta Was this translation helpful? Give feedback.
Remove all your b other dependencies I was using an incompatible vuetify module at the time. It has since been updated and now working with vuefire