Resolve dependency errors

Installing both nodejs and npm causes dependency errors. Just installing nodejs pulls in the correct npm version automagically.

```The following packages have unmet dependencies:
 nodejs : Conflicts: npm
 npm : Depends: node-gyp (>= 3.6.2~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.```
This commit is contained in:
Sagnik Sasmal 2020-01-09 11:18:21 +05:30 committed by GitHub
parent 5c60768410
commit 11b2dd2aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ systemctl start docker
curl -sL https://deb.nodesource.com/setup_10.x | bash -
## Install nodejs
apt install -y nodejs npm
apt install -y nodejs
```
## Installing the Daemon