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

Cannot find module 'tslib' #65

Closed
sir4ju1 opened this issue Nov 7, 2019 · 6 comments
Closed

Cannot find module 'tslib' #65

sir4ju1 opened this issue Nov 7, 2019 · 6 comments
Labels

Comments

@sir4ju1
Copy link

sir4ju1 commented Nov 7, 2019

Node: 12.12
Platform: Mac OS 10.14.6, Windows 10 (1903)

Problem: Installed bullmq thourgh npm into a fresh project. Trying to run sample code and facing Error: Cannot find module 'tslib'
Should tslib need to be installed manually in the project? Or is there any other suggested way?

@manast
Copy link
Contributor

manast commented Nov 7, 2019

can you try to use yarn instead of npm?

@sir4ju1
Copy link
Author

sir4ju1 commented Nov 8, 2019

I tried yarn as well, the problem is solved if I manually install tslib into my project.

@arkhamRejek
Copy link

same issue whether yarn or npm is used, adding tslib fixes the issue

@digitalmio
Copy link

digitalmio commented Dec 19, 2019

Same, it looks like you have tslib in your lock file, but not as dependency.

@stasandk
Copy link

@manast any update of this bug?

@manast manast closed this as completed in 7ad7995 Jan 1, 2020
manast pushed a commit that referenced this issue Jan 1, 2020
…-01)

### Bug Fixes

* add tslib dependency fixes [#65](#65) ([7ad7995](7ad7995))
@manast
Copy link
Contributor

manast commented Jan 1, 2020

🎉 This issue has been resolved in version 1.6.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@manast manast added the released label Jan 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants