刪除node_modules 1.先安裝刪除工具 npm install rimraf -g 2.刪除命令 rimraf node_modules 3.清除緩存 npm cache clear --force