i've upgraded my expo version to sdk 48 and now my webpack is not working and its showing m
Module not found: Can't resolve './dist/abort-controller'
Did you mean 'abort-controller.mjs'?
BREAKING CHANGE: The request './dist/abort-controller' failed to resolve only because it was resolved as fully specified
been doing some research and tried it but nothing works. please help
Just had the same issue. Did not find a solution but found a workaround:
You probably have made a commit before upgrading. revert to that commit. Otherwise revert to the last commit, that is functional
Delete
package-lock.json
and thenode_modules
npm install
to reinstall functional packagesSee if it works
npm start
upgrade expo to a version that you think works
(I think this needs to be an issue, as it does not deliver appropriate info to resolve the issue with the package mentioned)