cli/win.md

18 lines
458 B
Markdown
Raw Permalink Normal View History

2025-02-13 15:33:21 +01:00
# Setting up and running on Win11
## Setup
- Download and run Nodejs installer 'node-v22.14.0-x64.msi' from https://nodejs.org/en/download
2025-02-14 09:22:04 +01:00
## Enable npm for powershell
- Open ps in admin mode
- Run `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned`
- Close admin ps
## Powershell
2025-02-13 15:33:21 +01:00
- '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