Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error [ERR_REQUIRE_ESM]: Must use import to load ES Module / require() of ES modules is not supported. #131

Open
ljpernic opened this issue Jan 10, 2023 · 0 comments

Comments

@ljpernic
Copy link

Can't get this to build locally. The error I get is this:

internal/modules/cjs/loader.js:1102
throw new ERR_REQUIRE_ESM(filename, parentPath, packageJsonPath);
^

Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: C:\Users\leonp\OneDrive\Documents\Websites\CATOE-vYELLOWCAKE\node_modules\remark-mdx\index.js
require() of ES modules is not supported.
require() of C:\Users\leonp\OneDrive\Documents\Websites\CATOE-vYELLOWCAKE\node_modules\remark-mdx\index.js from
C:\Users\leonp\OneDrive\Documents\Websites\CATOE-vYELLOWCAKE\node_modules\gatsby-recipes\dist\graphql-server\server.js is an ES module file as it is a .js file whose nearest
parent package.json contains "type": "module" which defines all .js files in that package scope as ES modules.
Instead rename index.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from
C:\Users\leonp\OneDrive\Documents\Websites\CATOE-vYELLOWCAKE\node_modules\remark-mdx\package.json.

at new NodeError (internal/errors.js:322:7)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1102:13)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:101:18)
at Object.<anonymous> (C:\Users\leonp\OneDrive\Documents\Websites\CATOE-vYELLOWCAKE\node_modules\gatsby-recipes\dist\graphql-server\server.js:52:17)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32) {

code: 'ERR_REQUIRE_ESM'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant