常用命令合集
NPM相关命令
修改npm源
npm config set registry https://registry.npm.taobao.org
// 配置后可通过下面方式来验证是否成功
npm config get registry
// 或npm info express
CMD相关命令
窗口清除命令
最后更新于
修改npm源
npm config set registry https://registry.npm.taobao.org
// 配置后可通过下面方式来验证是否成功
npm config get registry
// 或npm info express
窗口清除命令
最后更新于