issue with last release 15.4.0
See original GitHub issuewhen i upgraded to latest release 15.4.0
i get this error
Unable to resolve module ../polyfills/flatMap from node_modules/graphql/type/validate.js: …/polyfills/flatMap could not be found within the project.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
iOS 15.4—Apple Issues Fix For 39 Security Vulnerabilities
Many of the issues recently patched by Apple—such as the single but serious flaw fixed in iOS 15.3. 1—have been fixed after they've...
Read more >Apple Stops Signing iOS 15.4 Following iOS ... - MacRumors
As iOS 15.4 is no longer being signed, it is not possible to downgrade to that version of iOS once you've installed iOS...
Read more >iOS & iPadOS 15.4 Release Notes - Apple Developer
Known Issues. Signing in to an iPad is limited to apps in this release. Developer Settings. New Features.
Read more >iPhone users complain about several issues after iOS 15.4.1 ...
iPhone users have to deal with a couple of annoying bugs and issues after the recent iOS 15.4.1 update (Image: Apple).
Read more >Apple stops signing iOS 15.4 following iOS 15.4.1 release with ...
If you have experienced any issues with iOS 15.4.1, unfortunately, you'll now have to wait until a future update rather than downgrading to...
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 Free
Top 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

fwiw I was experiencing a similar issue with Expo/React Native but my error message was
Unable to resolve "./rules/FieldsOnCorrectType" from "node_modules/graphql/validation/index.js". i tried 15.3.0 and was getting the same thing, but after updating expo-cli, removingnode_modules, runningnpm ithenexpo r -ceverything seems to be working again. this sort of thing seems to happen a lot with expochanging the graphql version from ^16.0.1 from to 15.4.0 make my nodejs work! The error I’ve got was: node_modules/graphql/utilities/extendSchema.js:597 return nodes.flatMap( ^ TypeError: nodes.flatMap is not a function
Thank you @IvanGoncharov for your help.