課程
/前端開發
/Node.js
/node+mongodb 建站攻略(一期)
PORT=4000 node app.js 'PORT' 不是內部或外部命令,也不是可運行的程序 或批處理文件。 ? 我這是在命令行中設置的,我應該怎么設置呢
2016-03-05
源自:node+mongodb 建站攻略(一期) 2-2
正在回答
老師的那個環境不是windows ,不能直接執行的樣子。我這個是在node exe里面用的
慕哥6585324
node app.js -port 4000
daydaytop
我記得是:app.set("port",4000)或者app.listen(4000)
舉報
帶你完整實現一個從前端到后端的項目,初中級前端開發工程師必學課程
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-10-16
老師的那個環境不是windows ,不能直接執行的樣子。我這個是在node exe里面用的
2016-03-06
node app.js -port 4000
2016-03-06
我記得是:app.set("port",4000)或者app.listen(4000)