-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Typescript error: Cannot find type definition file for 'node' #1132
Comments
@ItsNoHax My colleagues over at @getsentry/javascript are aware of the node types issue and are currently working to fix it. I'll include the fix in a new release and let you know once I hear anything from them. What's unusual however, is |
Hi @jennmueng , You are right. I did a clean install and I no longer see the Span error. No clue how that happened! |
Thanks for letting us know. Cheers! |
Why did you close the issue @kamilogorek? The original error of node-types is still happening. |
Got it, my bad. Read your last comment as resolved. Reopened. |
Hi @jennmueng @kamilogorek , I see the bug has been fixed upstream. Any ETA on when it will be fixed in this package? |
Can confirm it's fixed. Thanks a lot @jennmueng |
Similar to: getsentry/sentry-javascript#2927
Node types are missing and fail my
tsc
step.Error:
As a temporary workaround I tried adding @types/node to my own devDependencies but it started overriding react-native methods and gave other problems.
"@sentry/react-native": "^1.9.0",
The text was updated successfully, but these errors were encountered: