Use npx to Temporarily Install and Invoke a Package from npm

InstructorElijah Manor

Share this video with your friends

Send Tweet

In this lesson we’ll temporarily install and invoke a node package from npm that we don’t already have installed globally or locally. This is useful for commands that you don’t use regularly and you’d like to stay up-to-date or for tools you want to play around with temporarily.