前端开发常见错误
webpack
- options has an unknown property 'contentBase'. These properties are valid
错误截图
官方文档
https://webpack.docschina.org/configuration/dev-server/#devserverstatic
验证是否解决
NPM
npm运行出错npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
场景复现: 使用vue CLI创建项目后,需要安装Vant, 发现Vant最新版本不支持Vue2,删除node_modules 之后 运行npm insall 一直报错
解决办法:使用yarn 重新安装包