摘要: 1.安装ionic:npm install -g ionic 如果要安装某个制定版本的话,比如:2.2.1版本,就使用 npm install -g ionic@2.2.1 2.卸载ionic:npm uninstall -g ionic 阅读全文