npm的常用命令 npm i styled-components@latest // 更新到最新版npm i styled-components@2.2.1 // 更新到具体某个版本npm info iview // npm查看某个模块的所有版本npm install axios // 安装新包npm install -g // 全局安装(不用进入项目目录)npm install -d ... 开发中遇到的问题 2023-08-23 45 点赞 0 评论 68 浏览