Skip to content
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

File '.../lib.webworker.d.ts' not found. #20

Open
MarkLyck opened this issue Feb 26, 2021 · 1 comment
Open

File '.../lib.webworker.d.ts' not found. #20

MarkLyck opened this issue Feb 26, 2021 · 1 comment

Comments

@MarkLyck
Copy link

MarkLyck commented Feb 26, 2021

When upgrading to [email protected] I get the following error:

File '/home/runner/work/_actions/andoshin11/typescript-error-reporter-action/v1.0.2/dist/lib.webworker.d.ts' not found.

There were no other changes than upgrading typescript from 4.1.5 to 4.2.2

Screen Shot 2021-02-25 at 19 04 01

This is in a vanilla create-react-app using the latest react-scripts 4.0.3

@ypresto
Copy link

ypresto commented Jun 17, 2021

This action automatically uses CDN-hosted typescript for version in your lock file.
It downloads only minified script of ts and always use bundled typescript version for lib.***.d.ts files.
It is the limitation of current design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants