{"id":1591,"date":"2023-04-01T11:32:29","date_gmt":"2023-04-01T02:32:29","guid":{"rendered":"http:\/\/attacktube.com\/?p=1591"},"modified":"2023-04-15T17:59:24","modified_gmt":"2023-04-15T08:59:24","slug":"npm-%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89%e3%81%ae%e5%ad%a6%e7%bf%92","status":"publish","type":"post","link":"https:\/\/attacktube.com\/?p=1591","title":{"rendered":"\u3010Node.js\u3011npm \u30b3\u30de\u30f3\u30c9\u306e\u52c9\u5f37"},"content":{"rendered":"\n<p>npm(Node Package Manager)\u306e\u30b3\u30de\u30f3\u30c9\u306f\u5f90\u3005\u306b\u52c9\u5f37\u3057\u3066\u3044\u304f\u304b\u306a\u3002<\/p>\n\n\n\n<p>\u3007\u305d\u306e1<br>\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4e00\u89a7\u3059\u308b\u300cnpm ls\u300d\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u3002\u4f8b\u3068\u3057\u3066gulp\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u3002<br>\u300cnpm list\u300d\u3067\u3082\u540c\u3058\u7d50\u679c\u304c\u51fa\u308b\u3002<br>\u300cnpm list\u300d\u306f\u300cnpm -help list\u300d\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u898b\u308c\u308b\u3002<br>\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u307e\u305f\u4eca\u5ea6\u52c9\u5f37\u3057\u3088\u3002<\/p>\n\n\n\n<!--more-->\n\n\n\n<pre><code>\nC:\\Projects5\\sample&gt;npm ls\nsample@1.0.0 C:\\Projects5\\sample\n`-- gulp@4.0.2\n\n\nC:\\Projects5\\sample&gt;npm list\nsample@1.0.0 C:\\Projects5\\sample\n`-- gulp@4.0.2\n\n\nC:\\Projects5\\sample&gt;npm -help list\nList installed packages\n\nUsage:\nnpm ls &lt;package-spec&gt;\n\nOptions:\n[-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [--depth &lt;depth&gt;]\n[--omit &lt;dev|optional|peer&gt; [--omit &lt;dev|optional|peer&gt; ...]] [--link]\n[--package-lock-only] [--unicode]\n[-w|--workspace &lt;workspace-name&gt; [-w|--workspace &lt;workspace-name&gt; ...]]\n[-ws|--workspaces] [--include-workspace-root] [--install-links]\n\nalias: list\n\nRun &quot;npm help ls&quot; for more info\n\nC:\\Projects5\\sample&gt;\nC:\\Projects5\\sample&gt;npm -help ls\nList installed packages\n\nUsage:\nnpm ls &lt;package-spec&gt;\n\nOptions:\n[-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [--depth &lt;depth&gt;]\n[--omit &lt;dev|optional|peer&gt; [--omit &lt;dev|optional|peer&gt; ...]] [--link]\n[--package-lock-only] [--unicode]\n[-w|--workspace &lt;workspace-name&gt; [-w|--workspace &lt;workspace-name&gt; ...]]\n[-ws|--workspaces] [--include-workspace-root] [--install-links]\n\nalias: list\n\nRun &quot;npm help ls&quot; for more info\n\nC:\\Projects5\\sample&gt;\n<\/code><\/pre>\n\n\n\n<br>\n<script async=\"\" src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-3461056110605997\" crossorigin=\"anonymous\"><\/script>\n<ins class=\"adsbygoogle\" style=\"display:block; text-align:center;\" data-ad-layout=\"in-article\" data-ad-format=\"fluid\" data-ad-client=\"ca-pub-3461056110605997\" data-ad-slot=\"3137443461\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n<br>\n\n\n\n<p>\u3007\u305d\u306e2<br>npm\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u300cnpm -v\u300d\u30b3\u30de\u30f3\u30c9\u307e\u305f\u306f\u300cnpm -version\u300d\u30b3\u30de\u30f3\u30c9\u3067\u78ba\u8a8d\u3067\u304d\u308b\u3002<\/p>\n\n\n\n<pre><code>\nC:\\Projects5\\sample&gt;npm -v\n8.13.2\n\nC:\\Projects5\\sample&gt;npm -version\n8.13.2\n\nC:\\Projects5\\sample&gt;\n<\/code><\/pre>\n\n\n\n<script type=\"text\/javascript\">\njQuery(function($){\n$(\".jp-video\").hide();\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>npm(Node Package Manager)\u306e\u30b3\u30de\u30f3\u30c9\u306f\u5f90\u3005\u306b\u52c9\u5f37\u3057\u3066\u3044\u304f\u304b\u306a\u3002 \u3007\u305d\u306e1\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4e00\u89a7\u3059\u308b\u300cnpm ls\u300d\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u3002\u4f8b [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[6],"tags":[],"class_list":["post-1591","post","type-post","status-publish","format-standard","hentry","category-node-js"],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts\/1591","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1591"}],"version-history":[{"count":6,"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts\/1591\/revisions"}],"predecessor-version":[{"id":1755,"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts\/1591\/revisions\/1755"}],"wp:attachment":[{"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1591"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1591"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1591"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}