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
Cannot find module './URL' Require stack: - /Users/nook/work/vuefire-service/whatwg-url
at Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
at Module._load (node:internal/modules/cjs/loader:920:27)
at Module.require (node:internal/modules/cjs/loader:1141:19)
at require (node:internal/modules/cjs/helpers:110:18)
at ./whatwg-url:3:15
at ViteNodeRunner.directRequest (./node_modules/vite-node/dist/client.mjs:315:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ViteNodeRunner.cachedRequest (./node_modules/vite-node/dist/client.mjs:159:14)
at async ViteNodeRunner.dependencyRequest (./node_modules/vite-node/dist/client.mjs:207:14)
at async ./node-fetch:7:31
Node 16:
Cannot find module './URL' Require stack: - /Users/nook/work/vuefire-service/whatwg-url
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1021:15)
at Function.Module._load (node:internal/modules/cjs/loader:866:27)
at Module.require (node:internal/modules/cjs/loader:1093:19)
at require (node:internal/modules/cjs/helpers:108:18)
at ./whatwg-url:3:15
at ViteNodeRunner.directRequest (./node_modules/vite-node/dist/client.mjs:315:11)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async ViteNodeRunner.cachedRequest (./node_modules/vite-node/dist/client.mjs:159:14)
at async ViteNodeRunner.dependencyRequest (./node_modules/vite-node/dist/client.mjs:207:14)
at async ./node-fetch:7:31
Additional information
I tried on both node 16 and 18
Update:
I also tried without firebase installed in the project (I started with the regular Vue getting started, now I only did the Nuxt one) and I am getting a different error:
Cannot find module './websocket/api' Require stack: - /Users/nook/work/vuefire-service/faye-websocket
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1021:15)
at Function.Module._load (node:internal/modules/cjs/loader:866:27)
at Module.require (node:internal/modules/cjs/loader:1093:19)
at require (node:internal/modules/cjs/helpers:108:18)
at ./faye-websocket:11:14
at ViteNodeRunner.directRequest (./node_modules/vite-node/dist/client.mjs:315:11)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async ViteNodeRunner.cachedRequest (./node_modules/vite-node/dist/client.mjs:159:14)
at async ViteNodeRunner.dependencyRequest (./node_modules/vite-node/dist/client.mjs:207:14)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Reproduction
https://github.com/noook/nuxt-vuefire-repro
Steps to reproduce the bug
npx nuxi@latest init project-name
nuxt-vuefire
and every dependencynuxt.config.ts
Expected behavior
Should open the page
Actual behavior
a 500 error is thrown:
Node 18:
Node 16:
Additional information
I tried on both node 16 and 18
Update:
I also tried without firebase installed in the project (I started with the regular Vue getting started, now I only did the Nuxt one) and I am getting a different error:
The text was updated successfully, but these errors were encountered: