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  .zip archive of npm(such as)  npm-1.1.16.zip when npm v 1.1.16 was the latest)
    Manual installation steps:
  • Make a clean directory and add that directory to ヨール system's  PATH variable.
  • Download the latest  node.exe ト that directory.
  • Download the latest npm's  .zip file and unpack its contensts to the same directory.
  • The n,with the usual help of  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