欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

node 重新安装依赖模块 有大用

node 重新安装依赖模块

  1. rm -rf node_modules
  2. rm package-lock.json
  3. npm cache clear --force
  4. npm install


普通分类: