{"id":4343,"date":"2025-12-07T14:27:20","date_gmt":"2025-12-07T05:27:20","guid":{"rendered":"https:\/\/dennie.tokyo\/it\/?p=4343"},"modified":"2025-12-08T14:18:30","modified_gmt":"2025-12-08T05:18:30","slug":"%e3%80%90node-js%e3%80%91%e3%83%91%e3%82%b9%e3%82%92%e9%80%9a%e3%81%99","status":"publish","type":"post","link":"https:\/\/dennie.tokyo\/it\/?p=4343","title":{"rendered":"\u3010Node.js\u3011\u30d1\u30b9\u3092\u901a\u3059"},"content":{"rendered":"\n<p>node.js \u306e\u30b3\u30de\u30f3\u30c9\u5b9f\u884c\u3057\u3066\u3082\u30d1\u30b9\u304c\u901a\u3063\u3066\u306a\u304f\u3066\u5b9f\u884c\u51fa\u6765\u306a\u3044\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>\u305d\u306e\u6642\u306e\u5bfe\u51e6\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">\u30d1\u30b9\u304c\u901a\u3063\u3066\u3044\u306a\u3044<\/h1>\n\n\n\n<p>&#8220;zsh: command not found: node&#8221; \u304c\u8868\u793a\u3055\u308c\u308b\u4e8b\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>node -v\nzsh: command not found: node<\/code><\/pre><\/div>\n\n\n\n<h1 class=\"wp-block-heading\">\u30d1\u30b9\u3092\u901a\u3059<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\">\u30db\u30fc\u30e0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u78ba\u8a8d<\/h2>\n\n\n\n<p>\u30db\u30fc\u30e0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b.zshrc\u30d5\u30a1\u30a4\u30eb\u304c\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<br>\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30db\u30fc\u30e0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u78ba\u8a8d\u51fa\u6765\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>ls -al ~\/<\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">.zshrc\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210<\/h2>\n\n\n\n<p>.zshrc\u30d5\u30a1\u30a4\u30eb\u304c\u306a\u3044\u5834\u5408\u4f5c\u6210\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>touch ~\/.zshrc<\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\u30d1\u30b9\u306e\u8ffd\u52a0<\/h2>\n\n\n\n<p>.zshrc\u306b\u30d1\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>echo &#39;export PATH=$HOME\/.nodebrew\/current\/bin:$PATH&#39; &gt;&gt; ~\/.zshrc<\/code><\/pre><\/div>\n\n\n\n<p>\u30d1\u30b9\u3092\u8ffd\u52a0\u3057\u305f\u306e\u3067\u3001\u5909\u66f4\u3092\u8aad\u307f\u8fbc\u307e\u305b\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>source ~\/.zshrc<\/code><\/pre><\/div>\n\n\n\n<h1 class=\"wp-block-heading\">\u7d50\u679c<\/h1>\n\n\n\n<p>node.js \u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u8868\u793a\u3055\u308c\u308c\u3070OK\u3067\u3059\u3002<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>node -v\nv24.11.1<\/code><\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>node.js \u306e\u30b3\u30de\u30f3\u30c9\u5b9f\u884c\u3057\u3066\u3082\u30d1\u30b9\u304c\u901a\u3063\u3066\u306a\u304f\u3066\u5b9f\u884c\u51fa\u6765\u306a\u3044\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n","protected":false},"author":1,"featured_media":4346,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24],"tags":[],"class_list":["post-4343","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-node-js"],"_links":{"self":[{"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/posts\/4343","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4343"}],"version-history":[{"count":3,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/posts\/4343\/revisions"}],"predecessor-version":[{"id":4408,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/posts\/4343\/revisions\/4408"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=\/wp\/v2\/media\/4346"}],"wp:attachment":[{"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4343"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4343"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dennie.tokyo\/it\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}