From 0c4a6c5ba4334658db25bf3e57893d0cc1db1da2 Mon Sep 17 00:00:00 2001 From: thatben Date: Thu, 13 Feb 2025 15:33:21 +0100 Subject: [PATCH] Trying the tool on win --- win.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 win.md diff --git a/win.md b/win.md new file mode 100644 index 0000000..4e51741 --- /dev/null +++ b/win.md @@ -0,0 +1,17 @@ +# Setting up and running on Win11 + +## Setup +- Download and run Nodejs installer 'node-v22.14.0-x64.msi' from https://nodejs.org/en/download + +## CMD (not powershell) +- 'node --version' returns 'v22.14.0` +- 'npm --version' returns '10.9.2' + +### In repository root +- 'npm install' successfully installs package +- 'npm start' run the CLI tool + +### Using CLI tool +- After installing Codex: Restart of terminal was required. +- Attempt to start Codex failed: command for firewall modification failed. +- Disabled firewall commands and tried again: tool reports Codex is running and to open a new terminal to interact with it. Then (with no action) the tool stops. (No Codex process is running.)