Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Dependency #38

Open
supertick opened this issue Nov 3, 2020 · 1 comment
Open

Missing Dependency #38

supertick opened this issue Nov 3, 2020 · 1 comment

Comments

@supertick
Copy link

Hello,
cloned latest
npm installed

  • throws error
    ERROR in ./app/routes/Forms/Typeahead/components/utils.js
    Module not found: Error: Can't resolve 'isomorphic-fetch' in '/lhome/grperry/github/airframe-react/app/routes/Forms/Typeahead/components'
    @ ./app/routes/Forms/Typeahead/components/utils.js 10:0-37 14:9-14
    @ ./app/routes/Forms/Typeahead/components/AsynchronousSearching.js
    @ ./app/routes/Forms/Typeahead/components/index.js
    @ ./app/routes/Forms/Typeahead/Typeahead.js
    @ ./app/routes/Forms/Typeahead/index.js
    @ ./app/routes/index.js
    @ ./app/components/App/AppClient.js
    @ ./app/components/App/index.js
    @ ./app/index.js
    @ multi ./app/index.js

installed
npm isomorphic-fetch -s

Worky !
Thanks.
Cheers

@danwyry
Copy link

danwyry commented Nov 26, 2020

had the same problem.

npm install -s isomorphic-fetch
will solve it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants