Run Any Version of a Node Tool with npx

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

As node projects evolve, new features are added all the time. This results in different errors or results as you're migrating from one version to another. npx allows you to try out any version you want by simply adding the version number to the project you're using. This lesson covers using the TypeScript compiler through a different versions as async function support was added.