Blogger Information
Blog 50
fans 0
comment 0
visits 31452
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
npm常用的指令
手机用户1580651468
Original
431 people have browsed it

npm常用的指令

npm 常用指令

  1. npm的指令
  2. npm config set registry https://registry.npm.taobao.org 更换国内镜像
  3. npm install ladash 安装ladash
  4. npm uninstall ladash 卸载ladash
  5. npm install ladash -g 安装到全局
  6. npm root -g 查询全局安装目录
  7. npm i lodash -S 生产依赖
  8. npm i lodash -D 当前开发依赖
  9. npm outdated 查询那些包过期
  10. npm i npm -check-updated -g 更新包指令
  11. ncu -u loadsh 简化命令

二部分演示的效果图





Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments