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

fix: cannot find module 'tslib' #82

Merged
merged 2 commits into from
May 26, 2024
Merged

fix: cannot find module 'tslib' #82

merged 2 commits into from
May 26, 2024

Conversation

unzico
Copy link

@unzico unzico commented May 24, 2024

tslib is required as a runtime dependency but not installed in this project.

Fixes #73.

tslib is required as a runtime dependency but not installed in this project.

Fixes #73.
Copy link

changeset-bot bot commented May 24, 2024

🦋 Changeset detected

Latest commit: a6abda1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
eslint-plugin-import-x Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codesandbox-ci bot commented May 24, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@unzico unzico changed the title fix: Error: Cannot find module 'tslib' fix: cannot find module 'tslib' May 24, 2024
@JounQin JounQin merged commit e29ba7f into un-ts:master May 26, 2024
2 of 14 checks passed
@unzico unzico deleted the fix/install-tslib-dependency branch July 3, 2024 14:55
robtaylor pushed a commit to robtaylor/eslint-plugin-import-x that referenced this pull request Aug 8, 2024
Co-authored-by: Florian Unzicker <unzico@gmail.com>
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

Successfully merging this pull request may close these issues.

Error: Cannot find module 'tslib'
2 participants