Rush Installed as part of post upgrade task is not found in the subsequent use like "commands": ["npm install -g @microsoft/rush && rush update"] #30593
Answered
by
viceice
gobardhan
asked this question in
Request Help
Replies: 2 comments 6 replies
-
npm install is no longer supported, use |
Beta Was this translation helpful? Give feedback.
6 replies
-
We also have this issue asking for Rush.js monorepo support: That probably doesn't help your problem now though. 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like help with?
I think I found a bug
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
bitbucket
Please tell us more about your question or problem
I need to run
rush update
command to update the repo-state.json for every Dependency PR created by renovate and then need to prettify & commit those repo-state.json file. So I have configured the postUpgradeTasks command like:"postUpgradeTasks": { "commands": ["npm install -g @microsoft/rush && rush update && git add -A && rush prettier"]}
And it was working fine at version "renovateVersion":"37.432.0".Now these day with "renovateVersion":"38.18.12" and with same command and configuration Renovate started throwing error that
rush: not found
.I am using renovate/renovate:full images.
So It seem's in recent version this bug is being introduced.
So kindly have a look and suggested the fixes.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions