-
Notifications
You must be signed in to change notification settings - Fork 255
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
throw new ERR_REQUIRE_ESM(filename, parentPath, packageJsonPath); #156
Comments
use node version is 14.21.3 |
I have the same problem as you. Do you have a solution? |
@panjinghui can use nrm-sunny1011111,you can run bash as "npm i nrm-sunny1011111 -g"! |
use this command: use this command: npm install -g nrm [email protected] --save |
i use myself package with inrm,you can run bash as “npm install invm -g”,details view in: https://github.com/maxiaoqu/nrm |
use node version is 14.21.3 too, I don't sure which old version support, who meet the same wrong. |
not work for me , but borrow the idea, so i try:
done, |
Try |
in my case, localhost is working fine but now I am deploying it to the Namecheap server there is 14.21.2 and not working. What do you think I should do now? |
same problem here there is no require in my index.js file |
maxiaoqu@maxiaoqudeMacBook-Pro ~ % nrm ls
internal/modules/cjs/loader.js:1131
throw new ERR_REQUIRE_ESM(filename, parentPath, packageJsonPath);
^
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /Users/maxiaoqu/.nvm/versions/node/v14.21.3/lib/node_modules/nrm/node_modules/open/index.js
require() of ES modules is not supported.
require() of /Users/maxiaoqu/.nvm/versions/node/v14.21.3/lib/node_modules/nrm/node_modules/open/index.js from /Users/maxiaoqu/.nvm/versions/node/v14.21.3/lib/node_modules/nrm/cli.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 /Users/maxiaoqu/.nvm/versions/node/v14.21.3/lib/node_modules/nrm/node_modules/open/package.json.
The text was updated successfully, but these errors were encountered: