-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npmExecuteScripts fails with ENOWORKSPACES #4929
Comments
the npm build does not support workspaces currently |
Hi @anilkeshav27 , how do we handle project with workspaces. The above error is not for the script I wanted to run, but rather |
This is bad news. The best practice that is developing for CAP/UI5 apps is to use npm workspaces as it allows the CAP tooling to work alongside the UI5 tooling. And now our CICD service can't handle it. Is there a workaround to this? |
could you point me to some documentation about the CAP apps to use npm workspaces, since we lack this functionality some pointers about best practises is a good place to try a bring in workspaces support in piper |
|
Thank you for your contribution! This issue is stale because it has been open 60 days with no activity. In order to keep it open, please remove stale label or add a comment within the next 10 days. If you need a Piper team member to remove the stale label make sure to add |
Issue got stale and no further activity happened. It has automatically been closed. Please re-open in case you still consider it relevant. |
Hi,
In the project package.json, I have configured workspaces
In the pipeline config, I have the following for npmExecuteScripts
This results in the error:
The text was updated successfully, but these errors were encountered: