mirror of
https://github.com/codex-storage/cli.git
synced 2025-02-28 16:40:43 +00:00
458 B
458 B
Setting up and running on Win11
Setup
- Download and run Nodejs installer 'node-v22.14.0-x64.msi' from https://nodejs.org/en/download
Enable npm for powershell
- Open ps in admin mode
- Run
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
- Close admin ps
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