Jump to content

Development Community: Difference between revisions

From Bonfire Star Wiki
Phidao (talk | contribs)
Phidao (talk | contribs)
Line 13: Line 13:
</pre>
</pre>


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

Revision as of 21:41, 28 November 2025

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".