AAO-React-Native icon indicating copy to clipboard operation
AAO-React-Native copied to clipboard

Package X has been ignored because it contains invalid configuration. Reason: Package subpath './package.json' is not defined by "exports" in /Users/rives/Projects/allaboutolaf/node_modules/p-props/package.json

Open hawkrives opened this issue 3 years ago • 2 comments

warn Package p-props has been ignored because it contains invalid configuration. Reason: Package subpath './package.json' is not defined by "exports" in /Users/rives/Projects/allaboutolaf/node_modules/p-props/package.json
warn Package strip-ansi has been ignored because it contains invalid configuration. Reason: Package subpath './package.json' is not defined by "exports" in /Users/rives/Projects/allaboutolaf/node_modules/strip-ansi/package.json

hawkrives avatar Jul 14 '21 12:07 hawkrives

I believe these might be because of ESM upgrades?

See: https://github.com/sindresorhus/p-props/releases/tag/v5.0.0 and https://github.com/chalk/strip-ansi/releases/tag/v7.0.0.

Both link to: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c.

rye avatar Jul 18 '21 19:07 rye

Yeah, I expect so.

We may need to roll back those two upgrades until ??? (maybe a new version of metro, which means a new version of rn?)

hawkrives avatar Jul 18 '21 22:07 hawkrives