question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TypeScript dependency?

See original GitHub issue

Does this plugin need typescript installed? There is no mention in the README, yet our setup crashes with Cannot find module 'typescript' once we installed this plugin.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
SimenBcommented, Jul 22, 2019

Pushed 7f1867bd22374a05e163d1af2d24ece7d74ae74e

2reactions
SimenBcommented, Jul 22, 2019

🎉 This issue has been resolved in version 22.13.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to set up TypeScript
Then you use a dependency manager like npm, yarn or pnpm to download TypeScript into your project. npm install typescript --save-dev npm yarn...
Read more >
typescript - npm
TypeScript is a language for application scale JavaScript development. Latest version: 4.9.4, last published: 19 days ago.
Read more >
Top 5 TypeScript dependency injection containers
Explore how to implicitly automate dependency management in TypeScript using a dependency injection container.
Read more >
Dependency Injection in TypeScript | by Mert Türkmenoğlu
The dependency injection principle tells us that a class should receive its dependencies rather than instantiating them. Delegating object ...
Read more >
Install and Configure TypeScript and Dependencies
First things first, let's install TypeScript in our project locally using npm i -D typescript. Next, I need to install our type dependencies....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found