Failed to resolve uint8arrays

Thank you - took me a bit to figure out how to implement - so in case someone else can benefit from this:

  1. add "exports": {".": "./dist/src/index.js"}, to your package.json
  2. delete parcel-cache, node_modules, yarn cache clean
  3. install parcel nightly build - 2.0.0-nightly.1281 (confirm this one is working for me)
  4. yarn to reinstall everything

Working for me. Appreciate the help.

2 Likes

Can confirm my build works with parcel 2.0.0-nightly.1281 along with the rest of my desired package versions I noted earlier - Thanks for the help!

me too。。。。。。。。。。。