-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Where are the TS types for Node? #67
Comments
Yes it seems so I'm not entirely sure why (I'm a bit rusted on node + TS ecosystem since I mainly use TS runtimes now) but after generating types declarations with However I noticed that sometimes deleting the |
If you bundle the
As a workaround you can use JSR @mabasic: |
The workaround does not work for me. I still get the same error:
|
@mabasic did you edit .npmrc? |
Yes |
Got it now to work, forgot to use pnpm since that is what I use xd.
But still, I should be able to use This whole process feels very hacky atm. |
I am using the library in Node with Typescript, but don't see types.
I have tried using
but the command fails:
The text was updated successfully, but these errors were encountered: