-
-
Notifications
You must be signed in to change notification settings - Fork 353
Closed
Description
Similar to: getsentry/sentry-javascript#2927
Node types are missing and fail my tsc
step.
Error:
$ tsc
node_modules/@sentry/hub/dist/interfaces.d.ts:1:23 - error TS2688: Cannot find type definition file for 'node'.
1 /// <reference types="node" />
~~~~
node_modules/@sentry/hub/dist/interfaces.d.ts:3:25 - error TS2307: Cannot find module 'domain'.
3 import * as domain from 'domain';
~~~~~~~~
Found 2 errors.
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",
Metadata
Metadata
Assignees
Labels
No labels