Cannot find module 'core-js/proposals/array-flat-and-flat-map'
See original GitHub issueSimilar 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:
- Created 4 years ago
- Reactions:3
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@marhaupe Try
npx @graphql-inspector/cli
instead.Weirdly that’s the only thing that’s being printed.
Is there a
verbose
-like option I am missing?