Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 458 Bytes

win.md

File metadata and controls

17 lines (13 loc) · 458 Bytes

Setting up and running on Win11

Setup

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