Looking for a tutorial on adding node.js (& npm) tomy server

I have :

Debian 9, Nanode 1GB: 1 CPU, 25GB Storage, 1GB RAM

Looking for a tutorial on adding node.js (&npm) to my server

Thanks,

Michael

1 Reply

A quick answer is to follow Nodesource's instructions to install Node.js and npm for Debian here: https://github.com/nodesource/distributions#debinstall

You can confirm installation and versions of each with these commands:

node -v
npm -v

Otherwise, you can find extensive documentation directly from npm here: https://docs.npmjs.com/

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct