跳至主要内容

2 篇文章 含有標籤「NodeJS」

查看所有標籤

· 1 分鐘閱讀
Eric Cheng

一般要建置 web server 都是用 apache 或 nginx,不過開發程式有時只是要簡單測試個網頁而已, NodeJS 有套件可以滿足這個需求,簡單寫個筆記

http-server

今天要用的套件為 http-server

Github

· 2 分鐘閱讀
Eric Cheng

前幾天 build server build 出來的專案有 exception,顯示是版本問題,一整個疑惑我不是在 package.json 把 dependencies 的版號都寫死了嗎,怎麼還會有版本問題 ?