mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 14:00:27 -06:00
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:
parent
5c60768410
commit
11b2dd2aca
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user