0
点赞
收藏
分享

微信扫一扫

报错Failed to load config “prettier“ to extend from.两步解决方案

滚过红尘说红尘 2022-02-21 阅读 170

解决方案:

1)进入项目根目录;

npm i eslint prettier-eslint eslint-config-prettier --save-dev

原因:

I just had this error: I was manually installing the prettier modules, and only hadeslint-plugin-prettierbut noteslint-config-prettier.

举报

相关推荐

报错解决方案

0 条评论