Skip to content

Commit

Permalink
Resolve dependency errors
Browse files Browse the repository at this point in the history
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.```
  • Loading branch information
SagnikSRHUSE authored Jan 9, 2020
1 parent 5c60768 commit 11b2dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/installation-guides/daemon/debian10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11b2dd2

Please sign in to comment.