gpt4 book ai didi

node.js - 无法运行 'npm start' ReactJS

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

我是 ReactJS nad Yeoman 生成器的新手。所以我有一个问题,因为当我用这个命令生成项目时

  1. npm install -g yo
  2. npm install -g 生成器-react-webpack
  3. 哟react-webpack

然后我设置项目名称,使用css,并启用postcss。当我尝试使用推荐时npm start # 或 npm runserve

  • npm 运行服务

    @0.0.1 serve C:\Users\user\Desktop\ProjectReact node server.js --env=dev

    events.js:183
    throw er; // Unhandled 'error' event
    ^

    Error: listen EACCES 127.0.0.1:8000
    at Object._errnoException (util.js:992:11)
    at _exceptionWithHostPort (util.js:1014:20)
    at Server.setupListenHandle [as _listen2] (net.js:1338:19)
    at listenInCluster (net.js:1396:12)
    at GetAddrInfoReqWrap.doListen [as callback] (net.js:1505:7)
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:97:10)
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! @0.0.1 serve: `node server.js --env=dev`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the @0.0.1 serve script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

    npm ERR! A complete log of this run can be found in:
    npm ERR! C:\Users\user\AppData\Roaming\npm-cache\_logs\2018-05-25T07_27_23_660Z-debug.log
  • 最佳答案

    您用于在 server.js 文件中运行 Node 应用程序的端口是 8000,该端口已被占用并且其他进程正在其上运行。

    您可以终止 8000 端口上当前正在运行的进程,或者将 server.js 文件中的端口更改为 8000 端口以外的端口。然后再次尝试运行。

    关于node.js - 无法运行 'npm start' ReactJS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50523859/

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