We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabf83f commit e614db0Copy full SHA for e614db0
docs/guide/upgrading.md
@@ -39,7 +39,7 @@ If your version of Node.js is too old, you may see an error like:
39
40
```
41
Uncaught:
42
-Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/matt/Documents/git/faker/dist/index.js not supported.
+Error [ERR_REQUIRE_ESM]: require() of ES Module <path>/faker/dist/index.js not supported.
43
Instead, change the require of index.js in null to a dynamic import(), which is available in all CommonJS modules.
44
45
0 commit comments