We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
createHelia
Unable to import createHelia using this
import { createHelia } from 'helia';
Getting error:
node:internal/modules/cjs/loader:599 throw e;
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /node_modules/helia/package.json
Node.js v20.14.0
The text was updated successfully, but these errors were encountered:
Hi @gv211432, Do you have a public repo for the project you could share?
Sorry, something went wrong.
There is also a faq section related to this as well as some closed issues
#575 (comment)
No branches or pull requests
Unable to import
createHelia
using thisimport { createHelia } from 'helia';
Getting error:
node:internal/modules/cjs/loader:599
throw e;
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /node_modules/helia/package.json
Node.js v20.14.0
The text was updated successfully, but these errors were encountered: