You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So once this is done the only thing one would have to do in Debian stretch is enable backports to your hardware architecture, update the package index by running something
$ sudo apt update OR
$ sudo aptitude update OR
$ sudo apt-get update
update existing packages so there's a better migration path to Buster when it's released and can install npm when it's ready there. Nodejs can already be installed.
In general you can take a look at the columns on the left-hand side of https://tracker.debian.org/pkg/* to get a sense of the version numbers. This can be done with any debian package.
checking the installed version (optional)
This is an optional step, but might help if you run into any issues.
Run these commands:
node --version
npm --version
make --version
Example output:
$ node --version
v8.12.0
$ npm --version
6.4.1
$ make --version
GNU Make 4.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.