Package namespaces migration throwing an "EventEmitter" error

Hi @Jordi_Garcia,

Thanks for your patience throughout this investigation. A few notes for your reference:

  • EventEmitter error: Caused by an incompatible expo version. Fix: pin "expo": "~[PIN]" in your package.json, run a clean install, and verify with npm ls expo.

  • Assets folder deletion: Your custom clean script in package.json was removing the assets directory. Remove assets from that script to prevent this going forward.

The updated scope migrator script (with proactive validations to catch similar issues) is now available here: Developer's Guide: Simplifying npm scope migration with Amazon provided tooling

Hope this helps!

1 Like