Próbuję zainstalować nodejs i npm, jednak to się nie udaje. To jest mój terminal:
sudo apt-get install nodejs npm
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nodejs : Conflicts: npm
E: Unable to correct problems, you have held broken packages.
Co robić? Jestem trochę zagubiony :(
nodejs
javascript
npm
użytkownik809829
źródło
źródło
Odpowiedzi:
Po prostu wykonaj te polecenia!
Instalowanie Node.js za pomocą menedżera pakietów :
Sprawdź wersję:
Aby uzyskać więcej informacji, odwiedź ten przewodnik .
źródło
Wygląda na to, że masz zainstalowany jeden z PPA nodejs. Jeden, którego używam, jest
npm
rozpowszechniany jako częśćnodejs
pakietu i instalacja obu jest niemożliwa i niepotrzebna.Zainstaluj
nodejs
i sprawdź, czy możesz uruchomićnpm
.źródło
nodejs-dev
wygląda na to, że został w tyle. Porozmawiaj z Chrisem Leą i zapytaj, czy może odpowiednio zaktualizować PPA.Powinieneś postępować zgodnie z przewodnikiem Node.js
źródło
Możesz użyć tego linku, aby skonfigurować npm w swoim systemie. Link jest wyczerpujący dla konfigurowania npm w systemie.
źródło