[Yarn] Use Yarn dlx to Execute Packages without Installing Them

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.

yarn dlx create-react-app newapp

猜你喜欢

转载自www.cnblogs.com/Answer1215/p/12237046.html
今日推荐