{"id":628,"date":"2020-11-03T21:42:15","date_gmt":"2020-11-03T20:42:15","guid":{"rendered":"http:\/\/blog.chen-hongyi.com\/?p=628"},"modified":"2020-11-03T21:42:15","modified_gmt":"2020-11-03T20:42:15","slug":"upgrade-nodejs-from-8-to-newest-version-in-ubuntu","status":"publish","type":"post","link":"https:\/\/chen-hongyi.com\/?p=628","title":{"rendered":"upgrade nodejs from 8 to newest version in ubuntu"},"content":{"rendered":"\n<p>The default node version in Ubuntu 18 is 8.0. I need to update it.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Download the newest version from <a rel=\"noreferrer noopener\" href=\"https:\/\/nodejs.org\/en\/download\/\" target=\"_blank\">https:\/\/nodejs.org\/en\/download\/<\/a> and save it.<\/li><\/ol>\n\n\n\n<p>2. extact the file from tar and copy it to \/usr\/local<\/p>\n\n\n<p>sudo tar &#8211;strip-components 1 -xJf node-v14.15.0-linux-x64.tar.xz -C \/usr\/local\/<\/p>\n\n\n\n<p>Please note, -C \/usr\/local\/ must be the last params, otherweise it will not work, at most not work for me.<\/p>\n\n\n\n<p>Now check version with <\/p>\n\n\n<p>node -v<\/p>\n\n\n\n<p>It should show like v14.15.0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The default node version in Ubuntu 18 is &hellip; <a href=\"https:\/\/chen-hongyi.com\/?p=628\">\u7ee7\u7eed\u9605\u8bfb <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-628","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/chen-hongyi.com\/index.php?rest_route=\/wp\/v2\/posts\/628","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chen-hongyi.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/chen-hongyi.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/chen-hongyi.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chen-hongyi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=628"}],"version-history":[{"count":1,"href":"https:\/\/chen-hongyi.com\/index.php?rest_route=\/wp\/v2\/posts\/628\/revisions"}],"predecessor-version":[{"id":629,"href":"https:\/\/chen-hongyi.com\/index.php?rest_route=\/wp\/v2\/posts\/628\/revisions\/629"}],"wp:attachment":[{"href":"https:\/\/chen-hongyi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=628"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/chen-hongyi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=628"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/chen-hongyi.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=628"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}