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

After npm run eject our app throws an error with react-app-polyfill/stable #8193

Comments

@jonnydungeons
Copy link

jonnydungeons commented Dec 16, 2019

After ejecting app throws error module not found with react-app-polyfill/stable with latest code

Before ejecting I have the following in my src/index.js file and works just fine:

import 'react-app-polyfill/ie9';
import 'react-app-polyfill/stable';

image

@jonnydungeons jonnydungeons changed the title After ejecting app throws error module not found with react-app-polyfill/stable After npm run eject our app throws an error with react-app-polyfill/stable Dec 16, 2019
@heyimalex
Copy link
Contributor

Did you try recovering your dependencies? Delete your lock files and your node_modules and try re-installing.

@stale
Copy link

stale bot commented Jan 15, 2020

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

@stale stale bot added the stale label Jan 15, 2020
@lock lock bot locked and limited conversation to collaborators Jan 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.