Closed leifdejong closed 2 months ago
I guess you did specify pnpm dev:primitives
in README.md. Wasn't quite clear it is a dependency to running the example. Perhaps just adding it to the "prepare"
property or being more specific in the docs will avoid this confusion. The only problem is dev:primatives
doesn't close the process compared with the build
command 🤷🏻.
System:
Mac OSX 14.5 M1 Macbook Pro
Node:v20.11.1
pnpm:9.5.0
Metro build fails with:
Solution:
Adding
"prepare": "npm run build"
to the "scripts" object on the root of the monorepo'spackage.json