angular清空node_modules

安裝全局包node

npm install rimraf -gnpm

執行清空命令module

rimraf node_modulesim