colyseus / proxy

🔀⚔ Proxy and Service Discovery for Colyseus 0.10 ~ 0.14 (Not recommended on 0.15+)
https://docs.colyseus.io/scalability/
MIT License
37 stars 25 forks source link

always get error when I run comand “npm start” #19

Closed lyh1091106900 closed 2 years ago

lyh1091106900 commented 2 years ago

system: Win10 node:14.15.4

I got error when I run comand “npm start” PM2][ERROR] Error: Interpreter F:\proxy-master\pm2-example\node_modules\pm2\node_modules\.bin\ts-node is NOT AVAILABLE in PATH. (type 'which F:\proxy-master\pm2-example\node_modules\pm2\node_modules\.bin\ts-node' to double check.),I don,t know why locate to this dir,because ts-node is under F:\proxy-master\pm2-example\node_modules/ts-node. my ecosystem.config.js: module.exports = { apps : [ { name : 'colyseus-app', script : 'index.ts', interpreter: "ts-node", watch : false, instances : 3, exec_mode : 'fork', port : 8080, env: { NODE_ENV: 'development', DEBUG: 'colyseus:errors,colyseus:matchmaking' }, }, { name: 'proxy', script: './node_modules/@colyseus/proxy/bin/proxy', instances: 1, // os.cpus().length, exec_mode: 'fork', env: { REDIS_URL: process.env.REDIS_URL, } }], };

endel commented 2 years ago

Hi @lyh1091106900, I see that you had some progress here https://github.com/colyseus/proxy/issues/21

Do you still need help with this #19, and https://github.com/colyseus/proxy/issues/20, or can we close them?

lyh1091106900 commented 2 years ago

I close the othre two issue,but that one still doesn't work

lyh1091106900 commented 2 years ago

I think this issue must be problem of pm2 and ts-node, but I think in the project, ts-node support should be remove because it a can easily occur. pm2 doesn't support ts-node well,