-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
Web / API server started at 127.0.0.1:4000 | ||
Web / API server started at ::1:4000 | ||
node:internal/modules/cjs/loader:986 | ||
throw new ERR_REQUIRE_ESM(filename, true); | ||
^ | ||
|
||
Error [ERR_REQUIRE_ESM]: require() of ES Module /home/lulox/.cache/firebase/emulators/ui-v1.13.0/server/server.mjs not supported. | ||
Instead change the require of /home/lulox/.cache/firebase/emulators/ui-v1.13.0/server/server.mjs to a dynamic import() which is available in all CommonJS modules. | ||
at Function.runMain (pkg/prelude/bootstrap.js:1979:12) { | ||
code: 'ERR_REQUIRE_ESM' | ||
} | ||
|
||
Node.js v18.5.0 |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters