{"id":60,"date":"2016-01-14T04:18:03","date_gmt":"2016-01-14T04:18:03","guid":{"rendered":"http:\/\/muthu.co\/?p=60"},"modified":"2021-01-02T14:06:04","modified_gmt":"2021-01-02T14:06:04","slug":"how-to-install-the-latest-nodejs-version-in-ubuntu","status":"publish","type":"post","link":"http:\/\/write.muthu.co\/how-to-install-the-latest-nodejs-version-in-ubuntu\/","title":{"rendered":"How to install the latest nodejs version in ubuntu"},"content":{"rendered":"

As of writing this article the latest node version was 4.2.4, you can install this one using the distribution from\u00a0NodeSource repository:<\/p>\n

sudo apt-get install curl\r\ncurl --silent --location https:\/\/deb.nodesource.com\/setup_4.x | sudo bash -\r\nsudo apt-get install nodejs<\/pre>\n

You can find\u00a0all the sources\u00a0here,\u00a0https:\/\/github.com\/nodesource\/distributions\/tree\/master\/deb<\/p>\n

Then, you have the latest version of node.js installed. <\/p>\n","protected":false},"excerpt":{"rendered":"

As of writing this article the latest node version was 4.2.4, you can install this one using the distribution from\u00a0NodeSource repository: sudo apt-get install curl curl –silent –location https:\/\/deb.nodesource.com\/setup_4.x | sudo bash – sudo apt-get install nodejs You can find\u00a0all the sources\u00a0here,\u00a0https:\/\/github.com\/nodesource\/distributions\/tree\/master\/deb Then, you have the latest version of node.js installed.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[64],"_links":{"self":[{"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/posts\/60"}],"collection":[{"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/comments?post=60"}],"version-history":[{"count":1,"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/posts\/60\/revisions"}],"predecessor-version":[{"id":1669,"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/posts\/60\/revisions\/1669"}],"wp:attachment":[{"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/media?parent=60"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/categories?post=60"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/write.muthu.co\/wp-json\/wp\/v2\/tags?post=60"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}