unregister/disable ts-node #1615
Unanswered
mammadataei
asked this question in
Q&A
Replies: 1 comment
-
The service can be disabled by calling This is technically not a full uninstallation, so if you still have issues, it may warrant a pull request to implement a more thorough uninstallation feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using ts-node for importing ts modules at runtime in a vite plugin. But unfortunately, my plugin is affecting other plugins functionality because of registering ts-node.
Is there any way to disable or unregister the ts-node when I'm done using it? If not, are there any other solutions?
Beta Was this translation helpful? Give feedback.
All reactions