question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find module 'core-js/proposals/array-flat-and-flat-map'

See original GitHub issue

Similar to #85, running this instruction:

npx graphql-inspector diff https://api.gigsmart.com/graphql/worker https://api.dev.gigsmart.com/graphql/worker

runs into the following error:

Cannot find module 'core-js/proposals/array-flat-and-flat-map'

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sscotthcommented, Oct 30, 2019

@marhaupe Try npx @graphql-inspector/cli instead.

$ npm info graphql-inspector
graphql-inspector@0.5.1 | MIT | deps: 12 | versions: 13
# ...
DEPRECATED ⚠️  - Use @graphql-inspector/cli instead
# ...
published 11 months ago by kamilkisiela <kamil.kisiela@gmail.com>
$ npm info @graphql-inspector/cli
@graphql-inspector/cli@1.26.0 | MIT | deps: 13 | versions: 63
# ...
published 3 weeks ago by kamilkisiela <kamil.kisiela@gmail.com>
1reaction
marhaupecommented, Oct 25, 2019

Weirdly that’s the only thing that’s being printed.

~ » npx graphql-inspector diff https://api.gigsmart.com/graphql/worker https://api.dev.gigsmart.com/graphql/worker                                                                                                 
Cannot find module 'core-js/proposals/array-flat-and-flat-map'

Is there a verbose-like option I am missing?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: Cannot find module core-js/proposals/array-flat ... - GitHub
3.3, I get an error when running the server in apollo-env . That error looks like this: 'Error: Cannot find module \'core-js/proposals/array- ...
Read more >
Getting node "Error: Cannot find module 'core-js/proposals ...
Getting node "Error: Cannot find module 'core-js/proposals/array-flat-and-flat-map'" while running apollo-server.
Read more >
Getting node "Error: Cannot find module 'core-js ... - Flipboard
Getting node "Error: Cannot find module 'core-js/proposals/array-flat-and-flat-map'" while running apollo-server. Getting node "Error: Cannot find module ...
Read more >
WebpackError: Cannot find module 'core-js/modules/es6.array ...
Look into the node_modules/core-js/modules/ folder and found es.array.iterator.js instead. The es6.array namespace is from core-js 2 while core-js 3 moved to es ...
Read more >
core-js | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found