Hello,
I have a mono repo with client, common and server directories
The common code is linked to the client package.json as such “common”: “file:…/common”
Here’s the build settings
- The root is set to repository root.
- build command is cd client && npm run build
- publish is client/dist
After the root npm install, the postInstall script runs the npm install on both common and client directory.
When I run the build on render I encounter this error