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

@morphic-ts/adt undefined dependency on tslib #167

Open
akomm opened this issue Jun 1, 2021 · 0 comments
Open

@morphic-ts/adt undefined dependency on tslib #167

akomm opened this issue Jun 1, 2021 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@akomm
Copy link

akomm commented Jun 1, 2021

@morphic-ts/adt has a dependency on tslib but does not define it.

Compiling project with @morphic-ts/adt fails with:

Error: Cannot find module 'tslib'
Require stack:
- /<project>/node_modules/@morphic-ts/adt/lib/index.js

You maybe missed it because if you test with other packages installed, which have tslib, you will not see the error. Specifically, this mono-repo has tslib as devDep

@sledorze sledorze added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants