package.json is not defined by "exports"
rodymolenaar opened this issue · 1 comments
rodymolenaar commented
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: uuidjs/uuid#449
dirkdev98 commented