Code Monkey home page Code Monkey logo

Comments (8)

halfblood369 avatar halfblood369 commented on June 18, 2024

这是AOI模块的问题,请安装最新的AOI模块: “npm install pomelo-aoi”

from pomelo.

gongxinheng avatar gongxinheng commented on June 18, 2024

确实是这个问题,解决了谢谢
不过不明白为什么我重新执行了npm-install.sh没有管用呢?

from pomelo.

gongxinheng avatar gongxinheng commented on June 18, 2024

还有个问题。
[2012-12-04 14:21:03.245] [INFO] console - Error: unrecognized flag --trace,
Try --help for options
debugger listening on port 8567

--trace命令已经去掉了吗

from pomelo.

halfblood369 avatar halfblood369 commented on June 18, 2024

在运行npm-install.sh之前,最好运行命令: npm cache clean。应该会解决你的问题……

from pomelo.

py8765 avatar py8765 commented on June 18, 2024

--trace命令可以在servers.json中进行配置,具体操作可参考https://github.com/NetEase/pomelo/wiki/%E5%91%BD%E4%BB%A4%E8%A1%8C%E6%96%87%E6%A1%A3

from pomelo.

gongxinheng avatar gongxinheng commented on June 18, 2024
"development":
{
    "connector": [
        {"id": "connector-server-1", "host": "127.0.0.1", "port": 3150, "wsPort":3010, "args":"--debug=8567, --trace, --prof, --gc"}
    ],
    "area": [
        {"id": "area-server-1", "host": "127.0.0.1", "port": 3250, "area": 1, "args":"--debug=8568, --trace, --prof, --gc"}
    ],

这个是我目前servers.json的设置。不知道为什么启动的时候会报
[2012-12-04 14:21:03.245] [INFO] console - Error: unrecognized flag --trace,
Try --help for options
debugger listening on port 8567

from pomelo.

py8765 avatar py8765 commented on June 18, 2024

"connector": [
{"id": "connector-server-1", "host": "127.0.0.1", "port": 3150, "wsPort":3010, "args":"--debug=8567 --trace --prof --gc"}
],
"area": [
{"id": "area-server-1", "host": "127.0.0.1", "port": 3250, "area": 1, "args":"--debug=8568 --trace --prof --gc"}
]
之前的wiki可能有误,应该这样配置,wiki已经更新过了,谢谢提出的问题:)

from pomelo.

gongxinheng avatar gongxinheng commented on June 18, 2024

OK~已解决!Thanks!

from pomelo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.