-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
When changes are added to master but have not been released yet, in order to develop locally with the latest SDK, one can use npm run generate:sdk:local
inside the frontend container.
When trying to execute, I got re-directed to run this command instead:
Your environment is a linux/unix
Please run the following command on your terminal:
> sudo -E ./scripts/generate-nestjs-sdk.bash
which should be executed outside the container.
This command worked after ensuring that my frontend container runs on node v18
, otherwise the node_modules
folder could not get populated.
Is the SDK generation documented somewhere? Is the script generic enough to ensure that it would work if not for all then at least for most cases?
martin-trajanovski