Hello, is there already a solution for running Node or Python commands in PowerShell on Windows?
ROVO keeps saying it can't execute tools like npm
or npx
because it can't find them. As a result, it's also unable to connect to MPC servers. I haven't found a solution so far. Whether PowerShell is started as administrator or not doesn't make a difference — it still doesn't work.
Without the use of ROVO, the commands run in PowerShell without any issues.
Hi @Chris and welcome to the community. This can happen if Rovo’s CLI runs in a different environment than your normal PowerShell. Try launching PowerShell via Windows Terminal and ensure Node.js is added to your system PATH. Also, run where npm
or where python
inside Rovo to confirm visibility. Let me know if you're using WSL or a custom shell—it can affect resolution.
For more tips view the Dev Cli Community: https://community.atlassian.com/forums/Rovo-for-Software-Teams-Beta/Introducing-Rovo-Dev-CLI-AI-Powered-Development-in-your-terminal/ba-p/3043623
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.