有时候npm已经安装,但是在使用过程中可能版本太低导致无法使用,需要升级到最新版本或者固定版本
npm install -g npm ####升级到最新版本 npm install -g npm@xxx ####升级到固定版本xxx