nodejs-環境のインストールの配置を学びます.
3028 ワード
インストールガイドはここですhttps://github.com/joyent/node/wiki/Installation
Installing on Windows
Manual install
Installing Node manaualy is recommanded as a. worlound for any problems with atomatic install.You also have much better under standing of the things that happen if あなた ドスス things yourself.
The http://nodejs.org/dist/latest/ directory contains executables of the last version of Node.js engine e(the) engine only i.e. without npm): 32 bit version: http://nodejs.org/dist/latest/node.exe 64 bit version: http://nodejs.org/dist/latest/x64/node.exe The http://nodejs.org/dist/npm/ directory contains the latest
Manual installation steps: Make a clean directory and add that directory to ヨール system's Download the latest Download the latest npm's The n,with the usual help of
Manual udate
To up date Node、download the latest http://nodejs.org/dist/latest/node.exe (or http://nodejs.org/dist/latest/x64/node.exe for 64 bit systems)and replace your old
To up date npm,run the
Automatic install(with Microsoft Installer)
The http://nodejs.org/dist/latest/ directory contains the latest
64桁です.手動でインストールするのがおっくうなので、直接に走ります.http://nodejs.org/dist/latest/x64/
ダウンロード.msiファイルが自動的にインストールされます.インストールが成功したら、環境変数pathにnodejsが割り当てられています.node/npmコマンドを実行できます.
nodeJSがmvcフレームを作って勉強する例:http://www.cnblogs.com/ppoo24/archive/2012/02/08/2343064.html
Installing on Windows
Manual install
Installing Node manaualy is recommanded as a. worlound for any problems with atomatic install.You also have much better under standing of the things that happen if あなた ドスス things yourself.
The http://nodejs.org/dist/latest/ directory contains executables of the last version of Node.js engine e(the) engine only i.e. without npm):
.zip
archive of npm(such as) npm-1.1.16.zip
when npm v 1.1.16 was the latest)Manual installation steps:
PATH
variable.node.exe
ト that directory..zip
file and unpack its contensts to the same directory.PATH
,you'll be able to run scripts(node scriptname.js
)and install modules(npm install modulename
)in any directory.Manual udate
To up date Node、download the latest http://nodejs.org/dist/latest/node.exe (or http://nodejs.org/dist/latest/x64/node.exe for 64 bit systems)and replace your old
node.exe
with it.To up date npm,run the
npm update npm -g
command.Automatic install(with Microsoft Installer)
The http://nodejs.org/dist/latest/ directory contains the latest
.msi
package(such as) node-v0.6.15.msi
when Node v 0.69.15 was the latest)that you may use to install both Node.js engine and npm.64桁です.手動でインストールするのがおっくうなので、直接に走ります.http://nodejs.org/dist/latest/x64/
ダウンロード.msiファイルが自動的にインストールされます.インストールが成功したら、環境変数pathにnodejsが割り当てられています.node/npmコマンドを実行できます.
nodeJSがmvcフレームを作って勉強する例:http://www.cnblogs.com/ppoo24/archive/2012/02/08/2343064.html