We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node_modules
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
In cases where an error is reported from a file in node_modules, we end up with output like the following:
packages/utils/devEnv/tsconfig.json error TS2694: Namespace '"/mnt/ts_downloads/_/m/theatre/node_modules/@types/estree/index"' has no exported member 'StaticBlock'. file:///mnt/ts_downloads/_/m/theatre/node_modules/@types/eslint/index.d.ts#L617 file:///mnt/ts_downloads/_/m/theatre/node_modules/@types/eslint/index.d.ts#L618 error TS2300: Duplicate identifier 'ElementType'. file:///mnt/ts_downloads/_/m/theatre/node_modules/@types/hoist-non-react-statics/node_modules/@types/react/index.d.ts#L3244 file:///mnt/ts_downloads/_/m/theatre/node_modules/@types/react/index.d.ts#L3244 error TS2300: Duplicate identifier 'LibraryManagedAttributes'. file:///mnt/ts_downloads/_/m/theatre/node_modules/@types/hoist-non-react-statics/node_modules/@types/react/index.d.ts#L3254
error TS2694: Namespace '"/mnt/ts_downloads/_/m/theatre/node_modules/@types/estree/index"' has no exported member 'StaticBlock'.
error TS2300: Duplicate identifier 'ElementType'.
error TS2300: Duplicate identifier 'LibraryManagedAttributes'.
I think it would be helpful if we could provide a link to the exact version on unpkg, or more ideally, GitHub if we could really figure that out.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In cases where an error is reported from a file in
node_modules
, we end up with output like the following:I think it would be helpful if we could provide a link to the exact version on unpkg, or more ideally, GitHub if we could really figure that out.
The text was updated successfully, but these errors were encountered: