{"id":5934,"date":"2022-05-20T13:56:02","date_gmt":"2022-05-20T05:56:02","guid":{"rendered":"http:\/\/123.57.164.21\/?p=5934"},"modified":"2022-05-20T13:56:02","modified_gmt":"2022-05-20T05:56:02","slug":"mac%e4%b8%adnvm%e7%9a%84%e5%ae%89%e8%a3%85%e5%92%8c%e4%bd%bf%e7%94%a8","status":"publish","type":"post","link":"https:\/\/92it.top\/?p=5934","title":{"rendered":"mac\u4e2dnvm\u7684\u5b89\u88c5\u548c\u4f7f\u7528"},"content":{"rendered":"\n<p>nvm \u662f Mac \u4e0b\u7684 node \u7ba1\u7406\u5de5\u5177<\/p>\n\n\n\n<p>\u5b98\u65b9G<a rel=\"noreferrer noopener\" href=\"https:\/\/www.songbingjia.com\" target=\"_blank\"><strong>it<\/strong><\/a>Hub\u5730\u5740\uff1ahttps:\/\/github.com\/creationix\/nvm\u00a0<\/p>\n\n\n\n<p>1\u3001\u542f\u52a8\u7ec8\u7aefTerminal\uff0c\u952e\u5165\u5982\u4e0b\u811a\u672c\uff0c\u7136\u540e\u56de\u8f66\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">curl -o- https:\/\/raw.githubusercontent.com\/nvm-sh\/nvm\/v0.39.1\/install.sh | bash<\/pre>\n\n\n\n<p>2\u3001\u5728\u00a0.bash_profile \u6587\u4ef6\u4e2d\u952e\u5165\u5982\u4e0b\u4ee3\u7801\uff0c\u914d\u7f6e\u73af\u5883\u53d8\u91cf\u3002\u7f16\u8f91\u5b8c\u6210\u540e\u76f4\u63a5\u4fdd\u5b58\u6587\u4ef6\uff0c\u5173\u95ed.bash_profile\u6587\u4ef6\u3002\u7136\u540e\u7ec8\u7aef\u8f93\u5165\u201csource .bash_profile\u201d\uff0c\u66f4\u65b0\u914d\u7f6e\u8fc7\u7684\u73af\u5883\u53d8\u91cf\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">export NVM_DIR=\"$([ -z \"${XDG_CONFIG_HOME-}\" ] &amp;&amp; printf %s \"${HOME}\/.nvm\" || printf %s \"${XDG_CONFIG_HOME}\/nvm\")\"\n[ -s \"$NVM_DIR\/nvm.sh\" ] &amp;&amp; \\. \"$NVM_DIR\/nvm.sh\" # This loads nvm<\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/123.57.164.21\/wp-content\/uploads\/2022\/05\/\u56fe\u7247-117-1024x590.png\" alt=\"\" class=\"wp-image-5935\" width=\"528\" height=\"303\" srcset=\"https:\/\/92it.top\/wp-content\/uploads\/2022\/05\/\u56fe\u7247-117-1024x590.png 1024w, https:\/\/92it.top\/wp-content\/uploads\/2022\/05\/\u56fe\u7247-117-300x173.png 300w, https:\/\/92it.top\/wp-content\/uploads\/2022\/05\/\u56fe\u7247-117-830x478.png 830w, https:\/\/92it.top\/wp-content\/uploads\/2022\/05\/\u56fe\u7247-117-230x133.png 230w, https:\/\/92it.top\/wp-content\/uploads\/2022\/05\/\u56fe\u7247-117-350x202.png 350w, https:\/\/92it.top\/wp-content\/uploads\/2022\/05\/\u56fe\u7247-117.png 1142w\" sizes=\"(max-width: 528px) 100vw, 528px\" \/><\/figure><\/div>\n\n\n\n<p>3.nvm\u5e38\u7528\u6307\u4ee4<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">nvm on       #\u542f\u7528\u7248\u672c\u7ba1\u7406\nnvm off      #\u7981\u7528\u7248\u672c\u7ba1\u7406\n\nnvm ls                  #\u67e5\u770b\u672c\u5730 Node \u7248\u672c\nnvm ls-remote           #\u67e5\u770b\u5b98\u7f51 Node \u7248\u672c\nnvm ls-remote --lts     #\u67e5\u770b\u5b98\u7f51 Node LTS \u7248\u672c\n\nnvm current             #\u663e\u793a\u5f53\u524d\u7684\u7248\u672c\nnvm install 10.16.2     #\u5b89\u88c5\u6307\u5b9a\u7248\u672c\nnvm uninstall 10.16.2   #\u5378\u8f7d\u6307\u5b9a\u7248\u672c\nnvm use 10.16.2         #\u4f7f\u7528\u6307\u5b9a\u7248\u672c\n\nnvm alias default 10.16.2  #\u8bbe\u7f6e\u9ed8\u8ba4\u4f7f\u7528\u7248\u672c<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>nvm \u662f Mac \u4e0b\u7684 node \u7ba1\u7406\u5de5\u5177 \u5b98\u65b9GitHub\u5730\u5740\uff1ahttps:\/\/github.com\/cr [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"_links":{"self":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/5934"}],"collection":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5934"}],"version-history":[{"count":1,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/5934\/revisions"}],"predecessor-version":[{"id":5936,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/5934\/revisions\/5936"}],"wp:attachment":[{"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5934"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5934"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5934"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}