前端开发常见错误

webpack

  1. options has an unknown property 'contentBase'. These properties are valid
    错误截图
    image
    官方文档
    https://webpack.docschina.org/configuration/dev-server/#devserverstatic
    验证是否解决
    image

NPM

npm运行出错npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree

场景复现: 使用vue CLI创建项目后,需要安装Vant, 发现Vant最新版本不支持Vue2,删除node_modules 之后 运行npm insall 一直报错

解决办法:使用yarn 重新安装包

posted @ 2022-06-09 08:46  李老师家的狗  阅读(163)  评论(0)    收藏  举报