algorandfoundation / algokit-cli

The Algorand AlgoKit CLI is the one-stop shop tool for developers building on the Algorand network.
MIT License
165 stars 43 forks source link

Algokit can't find chocolatey and node.js #546

Closed CodedX-cyber closed 1 month ago

CodedX-cyber commented 1 month ago

node: Command not found! Node.js is required for some Node.js-based templates; install via algokit project bootstrap within project directory, or via: https://nodejs.dev/en/learn/how-to-install-nodejs/ npm: Command not found! chocolatey: Command not found!

If you are experiencing a problem with AlgoKit, feel free to submit an issue via: https://github.com/algorandfoundation/algokit-cli/issues/new
Please include this output, if you want to populate this message in your clipboard, run algokit doctor -c

that's the error I am getting, I tried installing via powershell then manually still the same thing

robdmoore commented 1 month ago

Chocolatey is just a warning for debugging purposes so you can ignore that.

Node.js is needed if you are doing a dapp or you want to write typescript smart contracts. If that's the case, and you want/need Node.js - is it installed? What happens when you execute npm in your console?

aorumbayev commented 1 month ago

@CodedX-cyber closing due to inactivity, please reopen if you hit issues with chocolatey otherwise we recommend using winget which is soon to be a recommended way of installing binary version of algokit cli on windows