<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.nekotype.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.nekotype.com/feed.php">
        <title>猫型iPS細胞研究所 node.js</title>
        <description></description>
        <link>https://wiki.nekotype.com/</link>
        <image rdf:resource="https://wiki.nekotype.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-30T22:33:32+0900</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.nekotype.com/node.js/jsonserver?rev=1577747268&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nekotype.com/node.js/nodist?rev=1577827488&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.nekotype.com/node.js/npm?rev=1600899265&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.nekotype.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>猫型iPS細胞研究所</title>
        <link>https://wiki.nekotype.com/</link>
        <url>https://wiki.nekotype.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.nekotype.com/node.js/jsonserver?rev=1577747268&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-12-31T08:07:48+0900</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>JSON Server</title>
        <link>https://wiki.nekotype.com/node.js/jsonserver?rev=1577747268&amp;do=diff</link>
        <description>JSON Server

JSON Server

モック用のAPIサーバーが簡単に作成できる。

Getting started

１．ディレクトリ作成


$ mkdir jsonsever
$ cd jsonserver


２．グローバルインストール

もしグローバルインストールでなければnode_modules/.bin/ にあるモジュールを実行する</description>
    </item>
    <item rdf:about="https://wiki.nekotype.com/node.js/nodist?rev=1577827488&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-01-01T06:24:48+0900</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nodist</title>
        <link>https://wiki.nekotype.com/node.js/nodist?rev=1577827488&amp;do=diff</link>
        <description>nodist

 Windowsでnodeのバージョン切り替えるのに使用する。

使い方


// インストール済みのnode.jsのバージョンを調べる
// &gt;が現在利用中のバージョン
&gt; nodist
  (x64)
  7.2.1
&gt; 11.3.0  (global: 11.3.0)


// インストールできるnode.jsのバージョンを調べる
&gt; nodist dist
  0.1.14
  0.1.15
  0.1.16
  0.1.17
  ・・・
　13.3.0
  13.4.0
  13.5.0

// インストールする。
&gt;　nodist + 13.5.0
 13.5.0 [===============] 53075/53075 KiB 100% 0.0s
13.5.0

&gt;nodist
  (x64)
  7.2.1
&gt; 11.3.0  (global: 11.3.0)
  13.5.0　←追加されている

// バージョンを切り替える
&gt;　nodist global 13.5.0
13.5.0
Default global pacakge update dsu…</description>
    </item>
    <item rdf:about="https://wiki.nekotype.com/node.js/npm?rev=1600899265&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-24T07:14:25+0900</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>npm( Node Package Manager)</title>
        <link>https://wiki.nekotype.com/node.js/npm?rev=1600899265&amp;do=diff</link>
        <description>npm( Node Package Manager)


// npmのバージョン確認
&gt; node --version

install　はiでもいい。

//オプションをつけないとカレントのnode_modules。package.jsonのdependenciesに追加。
&gt; npm install [パッケージ名] 

//オプションをつけないとカレントのnode_modules。package.jsonに追加。
&gt; npm --save install [パッケージ名] 

// グローバルにインストール
&gt; npm install -g パッケージ名 

// 開発時のみ使用するパッケージ。package.jsonのdevDependenciesに追加。
&gt; npm install --save-dev パッケージ名 

--save-devでインストールすると利用者がnpm install するときはこの依存パッケージはインストールされない。

利用者がpackage.json含めたソースコード全体をgitなどからcloneして開発する場合は、
追加パラメータ無しで pa…</description>
    </item>
</rdf:RDF>
