报错Failed to load config “prettier“ to extend from.?
Posted 嘴巴嘟嘟
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了报错Failed to load config “prettier“ to extend from.?相关的知识,希望对你有一定的参考价值。
在项目根目录
npm i eslint prettier-eslint eslint-config-prettier --save-dev
关于安装完之后会出现这种报错:
罪魁祸首是git的一个配置属性:core.autocrlf
由于历史原因,windows下和linux下的文本文件的换行符不一致。
Windows在换行的时候,同时使用了回车符CR(carriage-return character)和换行符LF(linefeed character)
而Mac和Linux系统,仅仅使用了换行符LF
老版本的Mac系统使用的是回车符CR
如果是windows系统,文件编码是UTF-8且包含中文,最好全局将autocrlf设置为false
git config --global core.autocrlf false
以上是关于报错Failed to load config “prettier“ to extend from.?的主要内容,如果未能解决你的问题,请参考以下文章
vue3+vite项目,安装依赖运行报错“failed to load config from xxx,TypeError: vite.createFilter is not a function”
微信小程序,报错,failed to load local image resource /pages/
ionic报错: Failed to load resource
MQ报错java.lang.IllegalStateException: Failed to load ApplicationContext
struts报错严重: Dispatcher initialization failed Unable to load configuration.