Replies: 1 comment
-
|
Perhaps the answer is that you need to place the node file before the npx file, like is implied in |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My scenario involves building Eclipse IDE support for a chat interface that can interact with Gemini CLI and Claude CLI, both delivered as npm packages. I am wondering if I can use the embedded npx to dynamically install, update and start up these packages using ProcessBuilder and if there is an example of how to do that....
My initial attempts are yielding errors:
Input:
[/Applications/2025-09J2EE.app/Contents/Eclipse/.node/node-v22.13.1-darwin-x64/bin/npx, @google/gemini-cli, --experimental-acp]
Output (Version: 2025-09 (4.37.0) Mac x86):
env: node: No such file or directory
Do i need to set the working directory.. or any other setup needed?
Beta Was this translation helpful? Give feedback.
All reactions