Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道的是我是否真的需要使用npx并且想知道在哪些情况下npx与仅运行命令相比会有所不同。
npx
就个人而言,我认为当您只想测试某些东西时它会变得很方便:
npx storybook
npx angular-http-server -p 4200 --ssl --path dist
仅举几个用例。
你真的需要跑步npx吗?不,你没有,但我认为你必须玩弄它来培养一种本能,什么时候有用,什么时候没用。