Closed crazedVic closed 3 years ago
Furthermore reverting to a previous commit:
"dependencies": {
"nakama-runtime": "github:heroiclabs/nakama-common.git#32e907f95d02159ca9aa90d79d5ec28528b87f22"
},
allows the npx tsc to complete successfully.
This issue breaks the introduction tutorial for typescript.
Thanks @crazedVic. We'll take a look. The types should be simple to update as the server has the match signal functionality in the JS runtime already.
@crazedVic can you please link the tutorial you're following? It may need an update as well.
This is the tutorial https://heroiclabs.com/docs/nakama/tutorials/js/xoxo/ and this is the instructions, they are just in the readme for the sample template projectm which i believe the above tutorial linked to: https://github.com/heroiclabs/nakama-project-template/blob/master/README.md
@crazedVic I've updated the template with the missing signal function, it should solve the issue whe so I'll close this but let us know if you run into more trouble and we'll reopen if needed.
i noticed a new commit here 143e8d8ce05ed3f25200976ad06f435876359806 adding MatchSignal. The template has not been updated to support this perhaps?
i do the recommended npm install and then npx tsc and get this now: