gpt4 book ai didi

node.js - 尝试启动 Atom/Nuclide 时未找到流

转载 作者:IT老高 更新时间:2023-10-28 23:06:56 24 4
gpt4 key购买 nike

我正在使用 Atom IDE 开发 react-native 应用程序。打开 Atom

时出现错误

enter image description here

我用 npm 命令安装了 babel-clibabel-preset-flow

npm install --save-dev babel-cli babel-preset-flow

现在,当我重新启动 Atom 时,它会向我显示相同的警告“尝试启动时未找到流”。谁能帮我解决一下。

我已关注 https://medium.com/react-native-training/getting-started-with-react-native-and-flow-d40f55746809流服务器运行良好,但我如何将流添加到原子,以便摆脱这个 /image/7jJVI.png

最佳答案

如果您担心错误本身,并且您不想使用 Flow 或者甚至不知道它的作用:

Nuclide -> Settings -> Flow 并取消选中:Warn when Flow is not found

但是,如果您想使用 Flow:

确保您已安装 Flow。由于 flow 必须与 .flowconfig 中指定的版本匹配,因此最好在本地而不是全局安装它。

例如,如果您的 .flowconfig 说:

[version]
^0.40.0

Install本地 flow-bin 的那个版本,即:

npm install --save-dev flow-bin@0.40.0

然后Nuclide -> Settings -> Flow 并检查:使用每个项目的flow-bin中包含的Flow二进制

如有问题,请查看 flow issues .

关于node.js - 尝试启动 Atom/Nuclide 时未找到流,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43407149/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com