express配置流程(windows)

來源:互聯網
上載者:User

標籤:電腦   pat   glob   預設   prefix   nod   進階   str   完成後   

0.配置express環境變數:我的電腦->屬性->進階系統設定->環境變數->系統變數->建立一個NODE_PATH變數->值為x:\xxx\node_modules\.bin->在path後面加入%NODE_PATH%

1.環境變數設定完成後可重啟電腦或重啟explorer :  在windows+r 後輸入cmd /k taskkill /f /im explorer.exe && start explorer.exe

2.安裝好node.js後,在cmd命令列中輸入 node -v ,如果列印的是你安裝的版本那麼說明 nodejs安裝成功。輸入npm -v 列印對應的版本說明npm 安裝成功

3.首先在安裝Nodejs 的檔案路徑下面建立兩個檔案夾 node_global  node_cache 

4.在cmd命令列中輸入: npm config set prefix "E:\nodejs\node_global"    和  npm config set cache "E:\nodejs\node_cache"

5.安裝全域express與express -generator:在命令列輸入 npm install -g express  和  npm install -g express -generator

6.最新版本預設為ejs模板引擎,在命令列中輸入node ejs require("express")可用於檢測是否安裝成功

7.在命令列中輸入express --version可用於檢測express版本(注意:一定要是 --version)

express配置流程(windows)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.