compasjs / compas

Unified backend tooling
https://compasjs.com
MIT License
11 stars 8 forks source link

package.json is not defined by "exports" #1921

Closed rodymolenaar closed 1 year ago

rodymolenaar commented 1 year ago

Currently it is impossible to run react-native's cli with Compas packages installed. Unless the package.json files for @compas/cli, @compas/stdlib and @compas/code-gen are updated manually after every yarn install.

The root cause and fix should be the same as used here: https://github.com/uuidjs/uuid/pull/449

dirkdev98 commented 1 year ago

Related https://github.com/react-native-community/cli/issues/1168 & https://github.com/react-native-community/cli/pull/1648