{"id":570,"date":"2020-06-12T11:41:43","date_gmt":"2020-06-12T03:41:43","guid":{"rendered":"https:\/\/www.iotch.xyz\/?p=570"},"modified":"2020-06-12T11:41:43","modified_gmt":"2020-06-12T03:41:43","slug":"%e6%a0%91%e8%8e%93%e6%b4%be3b%e5%ae%89%e8%a3%85%e6%96%b0%e7%89%88node12","status":"publish","type":"post","link":"https:\/\/www.iotch.xyz\/?p=570","title":{"rendered":"\u6811\u8393\u6d3e3B+\u5b89\u88c5\u65b0\u7248node12"},"content":{"rendered":"\n<p><a href=\"https:\/\/links.jianshu.com\/go?to=http%3A%2F%2Fnodejs.cn%2Fdownload%2F\" target=\"_blank\" rel=\"noreferrer noopener\" rel=\"nofollow\" >node\u4e0b\u8f7d\u5730\u5740(\u4e2d\u6587\u7ad9)<\/a><br>\u6811\u8393\u6d3eRaspbian\u7cfb\u7edf\u662f\u5c5e\u4e8earmv7,\u90a3\u4e48\u6211\u4eec\u4e0b\u8f7dv7\u7248\u672c<br><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"\/\/upload-images.jianshu.io\/upload_images\/20290988-961198bad4cf8a9e.png?imageMogr2\/auto-orient\/strip|imageView2\/2\/w\/1050\" alt=\"\"\/><\/figure>\n\n\n\n<p>\u53f3\u952e\u94fe\u63a5\u53e6\u5b58\u4e3a<br>wget \u590d\u5236\u7684\u94fe\u63a5<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget https:\/\/npm.taobao.org\/mirrors\/node\/v12.14.0\/node-v12.14.0-linux-armv7l.tar.xz<\/code><\/pre>\n\n\n\n<p>\u4e0b\u8f7d\u540e\u540e\u7f00\u662f.xz,\u6211\u4eec\u8fdb\u884c\u89e3\u538b<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>xz -d node-v12.14.0-linux-armv7l.tar.xz \ntar -xvf node-v12.14.0-linux-armv7l.tar <\/code><\/pre>\n\n\n\n<p>\u6211\u4eec\u5c06\u6587\u4ef6\u5939\u6539\u540d\u5e76\u79fb\u52a8\u6587\u4ef6\u5939\u4f4d\u7f6e<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mv .\/node-v12.14.0-linux-armv7l.tar  .\/node\nsudo mv .\/node \/usr\/local\/<\/code><\/pre>\n\n\n\n<p>\u8fd9\u91cc\u6211\u4eec\u5c06node\u653e\u5728\/usr\/local\/\u4e0b<br>\u7136\u540e\u6211\u4eec\u5c06node\u653e\u5165\u73af\u5883\u53d8\u91cf<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>vi ~\/.profile <\/code><\/pre>\n\n\n\n<p>\u6700\u4e0b\u9762\u5199\u5165<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># Nodejs\nVERSION=v12.14.0\nDISTRO=linux-x64\nexport PATH=\/usr\/local\/lib\/node\/bin:$PATH<\/code><\/pre>\n\n\n\n<p>export\u8fd9\u91cc\u653e\u4e0a\u5b8c\u6574\u7684\u8def\u5f84<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/upload-images.jianshu.io\/upload_images\/20290988-588d113f240418dd.png?imageMogr2\/auto-orient\/strip|imageView2\/2\/w\/349\" alt=\"\"\/><\/figure>\n\n\n\n<p>\u6309\u7167\u6211\u7684\u6d41\u7a0b\u8d70\u7684\u8bdd\u6587\u4ef6\u8def\u5f84\u662f\u8fd9\u6837\u7684<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd ~\nsource .profile<\/code><\/pre>\n\n\n\n<p>\u67e5\u770b\u7ed3\u679c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>node -v\nnpm -v \nnpm -v<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/upload-images.jianshu.io\/upload_images\/20290988-d4875b9a31e3ebfe.png?imageMogr2\/auto-orient\/strip|imageView2\/2\/w\/240\" alt=\"\"\/><\/figure>\n\n\n\n<p>\u6211\u4eec\u5c06npm\u7684\u6e90\u8bbe\u7f6e\u4e3a\u6dd8\u5b9d\u6e90<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;registry.npm.taobao.org<\/code><\/pre>\n\n\n\n<p>\u67e5\u770b\u6e90<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm config get registry<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/upload-images.jianshu.io\/upload_images\/20290988-e7e0278d045eedc8.png?imageMogr2\/auto-orient\/strip|imageView2\/2\/w\/617\" alt=\"\"\/><\/figure>\n\n\n\n<p>\u4f5c\u8005\uff1a\u6253\u7ffb\u4f60\u7684\u6d17\u6fa1\u76c6<br>\u94fe\u63a5\uff1ahttps:\/\/www.jianshu.com\/p\/afb7d7aaeb83<br>\u6765\u6e90\uff1a\u7b80\u4e66<br>\u8457\u4f5c\u6743\u5f52\u4f5c\u8005\u6240\u6709\u3002\u5546\u4e1a\u8f6c\u8f7d\u8bf7\u8054\u7cfb\u4f5c\u8005\u83b7\u5f97\u6388\u6743\uff0c\u975e\u5546\u4e1a\u8f6c\u8f7d\u8bf7\u6ce8\u660e\u51fa\u5904\u3002<\/p>\n<button class=\"simplefavorite-button\" data-postid=\"570\" data-siteid=\"1\" data-groupid=\"1\" data-favoritecount=\"0\" style=\"\">\u6536\u85cf <i class=\"sf-icon-star-empty\"><\/i><\/button>","protected":false},"excerpt":{"rendered":"<p>node\u4e0b\u8f7d\u5730\u5740(\u4e2d\u6587\u7ad9)\u6811\u8393\u6d3eRaspbian\u7cfb\u7edf\u662f\u5c5e\u4e8earmv7,\u90a3\u4e48\u6211\u4eec\u4e0b\u8f7dv7\u7248\u672c \u53f3\u952e\u94fe\u63a5\u53e6\u5b58\u4e3awget \u590d\u5236\u7684\u94fe\u63a5 \u4e0b &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-570","post","type-post","status-publish","format-standard","hentry","category-10"],"_links":{"self":[{"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=\/wp\/v2\/posts\/570","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=570"}],"version-history":[{"count":0,"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=\/wp\/v2\/posts\/570\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=570"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=570"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=570"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}