误删node_modules后如何下载
在命令行输入npm install 或者 npm i
会重新下载package.json中node的模块生成node_modules目录
重新npm i
再次运行 npm init