楚歌
西出阳关客,临风听暮蝉

 

 

 

解决:

  1. 删除项目中的node_modules
  2. 执行命令 rm package-lock.json(删除)
  3. 执行命令 npm cache clear --force
  4. 在执行npm install
  5. 执行 npm run build

 

posted on 2022-07-17 00:49  慵懒的楚歌  阅读(898)  评论(0)    收藏  举报