You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest LTS is nodejs 10. It supports up to ES2017 and ES2017 supports async/await natively. Then we can leverage nodejs 12's async-stack-traces to debug our code.
The text was updated successfully, but these errors were encountered:
Latest LTS is nodejs 10. It supports up to ES2017 and ES2017 supports async/await natively. Then we can leverage nodejs 12's
async-stack-traces
to debug our code.The text was updated successfully, but these errors were encountered: