1. 3
    Use Yarn dlx to Execute Packages without Installing Them
    38s

Use Yarn dlx to Execute Packages without Installing Them

InstructorIan Jones

Share this video with your friends

Send Tweet

yarn dlx can be used to run packages without installing them. This is useful for packages like create-react-app and gatsby that scaffold out apps for you, so you don't have to keep updating your global versions.