作用 | npm | yarn | pnpm |
---|---|---|---|
安装 | npm install服务器托管 | yarn install | pnpm install |
安装的简写 | npm i | yarn add | pnpm add |
强制安装 | pnpm install –force | ||
卸载 | npm unintall | yarn remove | pn服务器托管pm remove |
卸载简写 | npm rm | yarn rm | pnpm rm |
全局安装 | npm i xxx –global/-g | yarn global add xxx | pnpm add -g xxx |
安装包(生产模式) | npm i xxx –save/-S | yarn add xxx | pnpm add xxx |
开发模式安装包 | npm i xxx –save-dev/-D | yarn add xxx -dev/-D | pnpm add -D xxx |
检查更新 | npm outdated | ||
更新 | npm update | yarn upgrade | pnpm update |
全局更新 | npm update -g | yarn global upgrade | pnpm update -g |
运行 | npm run xxx | yarn run | pnpm run xxx |
清除缓存 | npm cache clean | yarn cache clean | |
动态包执行 | npx xxx | yarn dlx xxx | pnpm dlx xxx |
查看全局安装的包 | npm list -g –depth 0 | yarn global list | pnpm list -g |
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
相关推荐: 2023年MathorCup数学建模D题航空安全风险分析和飞行技术评估问题解题全过程文档加程序
2023年第十三届MathorCup高校数学建模挑战赛 D题 航空安全风险分析和飞行技术评估问题 原题再现 飞行安全是民航运输业赖以生存和发展的基础。随着我国民航业的快速发展,针对飞行安全问题的研究显得越来越重要。2022 年 3 月 21 日,“3.21…