Minimum required Node version? #225
Unanswered
sesto-dev
asked this question in
Question and Answer
Replies: 1 comment
-
To be honest, not really as far as I know about. TypeScript is configured to compile to EsmaScript version 5. If your node version supports that, all should be good. Another solution would be to wrap the module without your own project, and compile it to an even lower EsmaScript version. I'm not supporting it natively and don't test on these lower versions, but feel free to fiddle around. I hope this informs you enough. Happy coding! |
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
-
Hey everybody. For dependency reasons, I have to run my app in Node 8.11.2 and I'm having trouble adding this package to my app. Is there minimum required Node version?
Beta Was this translation helpful? Give feedback.
All reactions