Jump to content

Development Community

From Bonfire Star Wiki
Revision as of 21:28, 28 November 2025 by Phidao (talk | contribs) (Created page with "== Node == To check to see if you have node installed run the following command. <pre> node -v </pre> 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 <pre> choco install nodejs-lts </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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