gpt4 book ai didi

node.js - 无法使用 Node 运行服务器

转载 作者:太空宇宙 更新时间:2023-11-04 02:33:17 25 4
gpt4 key购买 nike

我是 Node js 和编程新手。我在运行服务器时遇到问题。这就是我所做的

1) 安装 Express

sudo npm install -g express-generator

2)安装依赖项

cd  . && sudo npm install

当我在终端中运行时:

node app.js OR node app

当我路由到 localhost:3000 时,服务器是否正在运行没有任何响应,chrome 说没有收到数据。后来发现正确的做法是运行

npm start 

相反,但我得到了这个:

npm ERR! express@0.0.1 start: `node ./bin/www`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the express@0.0.1 start script.
npm ERR! This is most likely a problem with the express package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./bin/www
npm ERR! You can get their info via:
npm ERR! npm owner ls express
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 13.1.0
npm ERR! command "/opt/node/bin/node" "/opt/node/bin/npm" "start"
npm ERR! cwd /Users/apple/Documents/javascript/express
npm ERR! node -v v0.11.14-pre
npm ERR! npm -v 1.4.14
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/apple/Documents/javascript/express/npm-debug.log
npm ERR! not ok code 0

出了什么问题?

最佳答案

运行 node app.js 时您得到了什么返回?

此外,请确保您的 app.js 位于您所在的文件夹内。

关于node.js - 无法使用 Node 运行服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24714400/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com