{"id":3673,"date":"2020-05-02T15:43:56","date_gmt":"2020-05-02T07:43:56","guid":{"rendered":"https:\/\/www.ookangzheng.com\/?p=3673"},"modified":"2020-05-24T15:57:59","modified_gmt":"2020-05-24T07:57:59","slug":"debian-install-nodejs-14","status":"publish","type":"post","link":"https:\/\/www.ookangzheng.com\/debian-install-nodejs-14\/","title":{"rendered":"Debian install Nodejs 14"},"content":{"rendered":"\n
Node.js 14 was released on 2020-04-21 and is expected to enter active LTS state on 2020-10-20<\/p>\n\n\n\n
curl -sL https:\/\/deb.nodesource.com\/setup_14.x | sudo bash -<\/code><\/pre>\n\n\n\nDo repo update then update<\/p>\n\n\n\n
apt update\napt -y install nodejs<\/code><\/pre>\n\n\n\nIf you gonna use Nodejs on development process, the you may need these module<\/p>\n\n\n\n
apt -y install gcc g++ make build build-essential<\/code><\/pre>\n\n\n\nYarn on Nodejs<\/h2>\n\n\n\ncurl -sL https:\/\/dl.yarnpkg.com\/debian\/pubkey.gpg | sudo apt-key add -\necho \"deb https:\/\/dl.yarnpkg.com\/debian\/ stable main\" | sudo tee \/etc\/apt\/sources.list.d\/yarn.list\n\napt update && sudo apt install yarn<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"Nodejs 14 on Debian 10 buster Node.js 14 was released on 2020-04-21 and is expected to enter active LTS state…<\/p>\n","protected":false},"author":1,"featured_media":3688,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43,37],"tags":[],"class_list":["post-3673","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dev","category-linux"],"_links":{"self":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/posts\/3673","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/comments?post=3673"}],"version-history":[{"count":0,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/posts\/3673\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/media\/3688"}],"wp:attachment":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/media?parent=3673"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/categories?post=3673"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/tags?post=3673"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}