You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
winget: 1.9.25200
The text was updated successfully, but these errors were encountered:
@24karat-gold, for python, it looks like you have python 3 on your machine. Window usually uses python to mean python3 and it doesn't create errors. Are you running into any specific errors for not having python3 defined? If so, then I would suggest you create a symlink for python3. Those would be something like mklink [email protected] python.exe
As for Node, are you sure you have Node installed on your machine? If not, you can follow the directions here
And worth noting, as long as it finds a suitable version of Python for python if it can't resolve python3 it doesn't matter (which is why that error comes as a warning not an error. Similarly, if node isn't there that's fine if you aren't doing typescript contracts or web apps.
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/
The text was updated successfully, but these errors were encountered: