删除node_modules文件夹

方法一: npm install rimraf -g rimraf node_modules 方法二: rmdir /s/q your_app_dir 方法三: rm -f /node_modulesnode
相关文章
相关标签/搜索