{"id":572,"date":"2020-06-12T12:27:13","date_gmt":"2020-06-12T04:27:13","guid":{"rendered":"https:\/\/www.iotch.xyz\/?p=572"},"modified":"2020-06-12T12:27:13","modified_gmt":"2020-06-12T04:27:13","slug":"%e8%ae%be%e7%bd%aenpm%e6%ba%90%e7%9a%84%e5%87%a0%e7%a7%8d%e6%96%b9%e5%bc%8f","status":"publish","type":"post","link":"https:\/\/www.iotch.xyz\/?p=572","title":{"rendered":"\u8bbe\u7f6enpm\u6e90\u7684\u51e0\u79cd\u65b9\u5f0f"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"\u8bbe\u7f6enpm\u6e90\u7684\u51e0\u79cd\u65b9\u5f0f\">\u8bbe\u7f6enpm\u6e90\u7684\u51e0\u79cd\u65b9\u5f0f<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u539f\u59cb\u6e90\">\u539f\u59cb\u6e90<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code># the original source\nhttps:&#47;&#47;registry.npmjs.org\/\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u65b9\u6848-\u4f7f\u7528nrm\">\u65b9\u6848: \u4f7f\u7528nrm<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u5b89\u88c5<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>npm install -g nrm\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u5217\u51fa\u6e90\u7684\u5019\u9009\u9879<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>nrm ls\n<\/code><\/pre>\n\n\n\n<p>\u8f93\u51fa\u7ed3\u679c\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>* npm -------- https:\/\/registry.npmjs.org\/\n  yarn ------- https:\/\/registry.yarnpkg.com\/\n  cnpm ------- http:\/\/r.cnpmjs.org\/\n  taobao ----- https:\/\/registry.npm.taobao.org\/\n  nj --------- https:\/\/registry.nodejitsu.com\/\n  npmMirror -- https:\/\/skimdb.npmjs.com\/registry\/\n  edunpm ----- http:\/\/registry.enpmjs.org\/\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u4f7f\u7528\u6dd8\u5b9d\u6e90<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>nrm use taobao\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u65b9\u6848-\u6539\u53d8\u5168\u5c40\u7684\u6ce8\u518c\">\u65b9\u6848: \u6539\u53d8\u5168\u5c40\u7684\u6ce8\u518c<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u8bbe\u7f6e\u6210\u6dd8\u5b9d\u6e90<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>npm config set registry https:\/\/registry.npm.taobao.org\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u67e5\u770b\u7ed3\u679c<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>npm config get registry\n<\/code><\/pre>\n\n\n\n<p>\u8f93\u51fa\u7ed3\u679c\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;registry.npm.taobao.org\/\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u6d4b\u8bd5\u4e00\u4e0b<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>npm info underscore\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u65b9\u6848-\u5728\u547d\u4ee4\u884c\u91cc\u6307\u5b9a\u6e90\">\u65b9\u6848: \u5728\u547d\u4ee4\u884c\u91cc\u6307\u5b9a\u6e90<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>npm --registry https:\/\/registry.npm.taobao.org install &#91;name]\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u65b9\u6848-\u4fee\u6539-npmrc\">\u65b9\u6848: \u4fee\u6539 <code>~\/.npmrc<\/code><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>registry = https:\/\/registry.npm.taobao.org\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u65b9\u6848-\u4f7f\u7528cnpm\">\u65b9\u6848: \u4f7f\u7528cnpm<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>npm install -g cnpm --registry=https:\/\/registry.npm.taobao.org\ncnpm install &#91;name]\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u53c2\u7167\">\u53c2\u7167<\/h2>\n\n\n\n<p><a href=\"http:\/\/npm.taobao.org\/\" target=\"_blank\"  rel=\"nofollow\" >\u6dd8\u5b9d\u6e90\u94fe\u63a5<\/a><\/p>\n\n\n\n<p>\u539f\u6587\u94fe\u63a5\uff1a<a href=\"https:\/\/www.cnblogs.com\/steven-yang\/p\/12317646.html\" target=\"_blank\" rel=\"noreferrer noopener\" rel=\"nofollow\" >https:\/\/www.cnblogs.com\/steven-yang\/p\/12317646.html<\/a><\/p>\n<button class=\"simplefavorite-button\" data-postid=\"572\" 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>\u8bbe\u7f6enpm\u6e90\u7684\u51e0\u79cd\u65b9\u5f0f \u539f\u59cb\u6e90 \u65b9\u6848: \u4f7f\u7528nrm \u5b89\u88c5 \u5217\u51fa\u6e90\u7684\u5019\u9009\u9879 \u8f93\u51fa\u7ed3\u679c\uff1a \u4f7f\u7528\u6dd8\u5b9d\u6e90 \u65b9\u6848: \u6539\u53d8\u5168\u5c40\u7684\u6ce8\u518c \u8bbe\u7f6e\u6210\u6dd8 &#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-572","post","type-post","status-publish","format-standard","hentry","category-10"],"_links":{"self":[{"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=\/wp\/v2\/posts\/572","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=572"}],"version-history":[{"count":0,"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=\/wp\/v2\/posts\/572\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=572"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=572"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.iotch.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=572"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}