Installation guide
- Install Node.js from nodejs.org.
- Then install Hugo using WinGet package manager. Open Powershell as an Administrator and run:
winget install Hugo.Hugo.Extended
NB: A few students have reported, that they needed to run this bad-boy command in Powershell before step 2 (“running scripts is disabled on this system”):
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
- Install Homebrew if you haven’t already. Open Terminal and run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install Node.js using Homebrew:
brew install node
- Install Hugo using Homebrew:
brew install hugo