报错Failed to load config “prettier“ to extend from.两步解决方案
解决方案: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-c
·
解决方案:
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-prettier
but noteslint-config-prettier
.
更多推荐
所有评论(0)