#17 risolvere versione di nodejs non corrette segnalate sabato

Closed
opened 7 years ago by cippalippa · 0 comments
  • add gpg key using "curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -"

  • add APT repo (verify/create) nodesource.list file in /etc/apt/sources.list.d with:

    deb https://deb.nodesource.com/node_6.x jessie main
    deb-src https://deb.nodesource.com/node_6.x jessie main
    

Alternative setup: "sudo curl -sL https://deb.nodesource.com/setup_6.x | bash -"
(it supports Kali, Debian, Mint, ...)

Cleanup: "apt-get purge nodejs"
Refresh: "apt-get update && apt-get install nodejs nom"

Ps: aggiornare sezione dev di README.MD ? aggiornare i requirements nel link al blog post di dev wks setup?

* add gpg key using _"curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -"_ * add APT repo (verify/create) _nodesource.list_ file in _/etc/apt/sources.list.d_ with: ``` deb https://deb.nodesource.com/node_6.x jessie main deb-src https://deb.nodesource.com/node_6.x jessie main ``` Alternative setup: __"sudo curl -sL https://deb.nodesource.com/setup_6.x | bash -"__ (it supports Kali, Debian, Mint, ...) Cleanup: _"apt-get purge nodejs"_ Refresh: _"apt-get update && apt-get install nodejs nom"_ Ps: aggiornare sezione dev di README.MD ? aggiornare i requirements nel link al blog post di dev wks setup?
gine referenced this issue from a commit 7 years ago
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.