peerjs-server icon indicating copy to clipboard operation
peerjs-server copied to clipboard

Google App Engine Deployment in Readme is not Right:

Open catosaurusrex2003 opened this issue 1 year ago • 1 comments

Google App Engine Deployment in Readme is not Right:

  • The node Version needs to be correct for it.
  • peer version 1.0.2
  • Nodejs version: NAN. i am using google app engine how it is defined in Readme and this issue is related to nodejs version itself.
  • Platform name: Google App Engine.

ERROR

image

i am using the exact same app.yaml and package.json mentioned in the Readme.md

What is wrong?

The node version in google app engine is by default node 12. Which doesnt support the ?. operator. ?. operators is supported in node version 14 and above.

How to fix this?

I will be opening a Pull Request to fix this

catosaurusrex2003 avatar Feb 01 '24 16:02 catosaurusrex2003

i have created a PR with a very small change in the Readme.md https://github.com/peers/peerjs-server/pull/443 pls verify

catosaurusrex2003 avatar Apr 13 '24 16:04 catosaurusrex2003