Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Flow cannot resolve module idx #48

Closed
grundiss opened this issue May 25, 2018 · 2 comments
Closed

Flow cannot resolve module idx #48

grundiss opened this issue May 25, 2018 · 2 comments

Comments

@grundiss
Copy link

Cannot resolve module idx.

     1│ // @flow
     2│ import idx from 'idx';
     3│ import * as React from "react";
     4│ import {execute} from 'graphql/execution';
     5│ import {parse} from 'graphql/language';

My packages versions are:

"babel": "^6.23.0",
"babel-plugin-idx": "^2.2.0",
"flow-bin": "^0.72.0",

Do you guys have any idea what the problem might be?

@TrySound
Copy link

@grundiss Do you have idx in your node_modules?

@grundiss
Copy link
Author

I didn't have (facepalm). Probably, missunderstood the installation process and installed only babel-plugin.
Problem solved, thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants