错误:react-navigation_v1.xx/CONTRIBUTING.md:意外的文件名

rid*_*nsb 5 flowtype flow-typed

我做错了什么?

我的.flowconfig

[ignore]
.*/node_modules/.*
.*/dist/.*

[include]

[libs]

[lints]

[options]
platform=browser
module.file_ext=.jsx

[strict]
Run Code Online (Sandbox Code Playgroud)

当我尝试安装类型defs ..

npx flow-typed install
Run Code Online (Sandbox Code Playgroud)

我收到错误

? npx flow-typed install
• Found 66 dependencies in package.json to install libdefs for. 
Searching...
UNCAUGHT ERROR: Error: react-navigation_v1.x.x/CONTRIBUTING.md: 
Unexpected file name. This directory can only contain test files or a 
libdef file named `react-navigation_v1.x.x.js`.
     at validationError ( ...
Run Code Online (Sandbox Code Playgroud)

saa*_*adq 8

我认为flow-typed内部更改现在允许.md文件成为定义的一部分,但这需要您升级到flow-typedv2.4 +.尝试升级您的flow-typed版本,看看它是否有帮助.