Jump to content

Development Community

From Bonfire Star Wiki
Revision as of 21:41, 28 November 2025 by Phidao (talk | contribs) (Node)

Node

To check to see if you have node installed run the following command.

node -v

If you don't have NodeJs installed, one way to do this is by using Chocolatey. You'll want to open PowerShell in admin mode and run the following command

choco install nodejs-lts

After installation, you'll need to restart PowerShell (or any other terminals) before you can run "node -v".