Install and set up Gleef CLI on your development environment
npx
to run Gleef CLI without global installation. This ensures you always use the latest version and avoids permission issues.
npx @gleef/cli
instead of global installation to avoid permission issues entirely.
If you need global installation: You may need to use sudo
:
node --version
nvm