Skip to content

Instantly share code, notes, and snippets.

@dansku
Created June 4, 2019 12:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dansku/645a4fef2501a7167c98bc01c94ec20c to your computer and use it in GitHub Desktop.
Save dansku/645a4fef2501a7167c98bc01c94ec20c to your computer and use it in GitHub Desktop.
Install balena-cli on windows 10 wsl

Steps to install balena-cli on windows 10 wsl.

  • Install WSL (https://linoxide.com/distros/how-install-ubuntu-windows-10/)

  • Install Ubuntu ⤴

  • Update software:

    • sudo apt-get update
    • sudo apt-get upgrade
    • sudo apt-get install build-essential
    • sudo apt install python install python
  • Install Node:

    • curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash and reload terminal
    • nvm install stable
    • nvm use stable
  • Install balena-cli

    • Install balena-cli: npm install balena-cli -g --production --unsafe-perm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment