-
Notifications
You must be signed in to change notification settings - Fork 117
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
No "exports" main defined in helia package #693
Comments
what node version are you running? |
Node.js v22.11.0 |
could you try importing any other package? Just to confirm that it is no general problem with your environment |
@9twy do you have a link to a repo that can reproduce this error? |
I had the same problem, I'm using node version 22.12.0
|
Can you please share a reproduction repo? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am encountering the following error when trying to import the helia package in my TypeScript project:
Steps to Reproduce
npm install helia
Attempt to import and use helia in my project:
import { createHelia } from 'helia';
Run the project, which leads to the above error.
The text was updated successfully, but these errors were encountered: