run flow:install giving errors

Multi tool use
Multi tool use











up vote
0
down vote

favorite












I am using Flow type in react. On running command flow:install, i am getting following error for most of the dependencies



 Generating stubs for untyped dependencies...
• @storybook/addons@^4.0.2
└> flow-typednpm@storybookaddons_vx.x.x.js
• gatsby-source-contentful@^2.0.9
└> flow-typednpmgatsby-source-contentful_vx.x.x.js
!! No flow@v0.86.0-compatible libdefs found in flow-typed for the above untyped dependencies !!


Node version - 10.13.0
npm version - 6.4.1



Flow dependencies



 "flow-bin": "^0.86.0",
"flow-typed": "^2.5.1",


Please help what is wrong here.










share|improve this question
























  • I got the answer. We can leave with this error, its just few packages are not covered in libdef files. Reference - github.com/flow-typed/flow-typed/issues/527
    – user2947
    Nov 10 at 1:00










  • Can you reply to your own question as you found the answer yourself and check it please ?
    – Ivan Gabriele
    Nov 19 at 3:50















up vote
0
down vote

favorite












I am using Flow type in react. On running command flow:install, i am getting following error for most of the dependencies



 Generating stubs for untyped dependencies...
• @storybook/addons@^4.0.2
└> flow-typednpm@storybookaddons_vx.x.x.js
• gatsby-source-contentful@^2.0.9
└> flow-typednpmgatsby-source-contentful_vx.x.x.js
!! No flow@v0.86.0-compatible libdefs found in flow-typed for the above untyped dependencies !!


Node version - 10.13.0
npm version - 6.4.1



Flow dependencies



 "flow-bin": "^0.86.0",
"flow-typed": "^2.5.1",


Please help what is wrong here.










share|improve this question
























  • I got the answer. We can leave with this error, its just few packages are not covered in libdef files. Reference - github.com/flow-typed/flow-typed/issues/527
    – user2947
    Nov 10 at 1:00










  • Can you reply to your own question as you found the answer yourself and check it please ?
    – Ivan Gabriele
    Nov 19 at 3:50













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am using Flow type in react. On running command flow:install, i am getting following error for most of the dependencies



 Generating stubs for untyped dependencies...
• @storybook/addons@^4.0.2
└> flow-typednpm@storybookaddons_vx.x.x.js
• gatsby-source-contentful@^2.0.9
└> flow-typednpmgatsby-source-contentful_vx.x.x.js
!! No flow@v0.86.0-compatible libdefs found in flow-typed for the above untyped dependencies !!


Node version - 10.13.0
npm version - 6.4.1



Flow dependencies



 "flow-bin": "^0.86.0",
"flow-typed": "^2.5.1",


Please help what is wrong here.










share|improve this question















I am using Flow type in react. On running command flow:install, i am getting following error for most of the dependencies



 Generating stubs for untyped dependencies...
• @storybook/addons@^4.0.2
└> flow-typednpm@storybookaddons_vx.x.x.js
• gatsby-source-contentful@^2.0.9
└> flow-typednpmgatsby-source-contentful_vx.x.x.js
!! No flow@v0.86.0-compatible libdefs found in flow-typed for the above untyped dependencies !!


Node version - 10.13.0
npm version - 6.4.1



Flow dependencies



 "flow-bin": "^0.86.0",
"flow-typed": "^2.5.1",


Please help what is wrong here.







reactjs flowtype






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 9 at 13:41









skyboyer

2,93811028




2,93811028










asked Nov 9 at 10:51









user2947

605410




605410












  • I got the answer. We can leave with this error, its just few packages are not covered in libdef files. Reference - github.com/flow-typed/flow-typed/issues/527
    – user2947
    Nov 10 at 1:00










  • Can you reply to your own question as you found the answer yourself and check it please ?
    – Ivan Gabriele
    Nov 19 at 3:50


















  • I got the answer. We can leave with this error, its just few packages are not covered in libdef files. Reference - github.com/flow-typed/flow-typed/issues/527
    – user2947
    Nov 10 at 1:00










  • Can you reply to your own question as you found the answer yourself and check it please ?
    – Ivan Gabriele
    Nov 19 at 3:50
















I got the answer. We can leave with this error, its just few packages are not covered in libdef files. Reference - github.com/flow-typed/flow-typed/issues/527
– user2947
Nov 10 at 1:00




I got the answer. We can leave with this error, its just few packages are not covered in libdef files. Reference - github.com/flow-typed/flow-typed/issues/527
– user2947
Nov 10 at 1:00












Can you reply to your own question as you found the answer yourself and check it please ?
– Ivan Gabriele
Nov 19 at 3:50




Can you reply to your own question as you found the answer yourself and check it please ?
– Ivan Gabriele
Nov 19 at 3:50

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53224289%2frun-flowinstall-giving-errors%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53224289%2frun-flowinstall-giving-errors%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







BFSMLDA,9e3 w,VNXht llc0RUgTC,twKD 8ss43A 1RMjs0mUD,nA1cK2oaXqHBOsursZrloFn8b a8hrbvb,gVwrKY3KHpCgxgbO
1dJtQvoXUEtTqgh,ZWRzgUpeyYxHuviOlEiIcefF6 DvEpum phXMp 81bZqaO 57ejTWnaGlz,SKo,62r

Popular posts from this blog

Schultheiß

how to define a CAPL function taking a sysvar argument

Krone von Aragonien