Help me (again)
Web Development
3
Posts
1
Posters
65
Views
1
Watching
-
I kinda need a window user to host smt for me to test it out lol.....
-
I need someone to download node.js and do some some stuff but that someone needs to be a windows user
-
1️⃣ Install Node .js
Go to nodejs .org and download the LTS version.
Install it.
Open a terminal (Command Prompt on Windows, Terminal on Mac/Linux) and check installation:
node -v
npm -v
You should see versions of Node.js and npm.