I am running into issues when importing some external npm packages in the typescript runtime, for example:
- libraries to make http requests, node-fetch, axios, superagent
- uuid (issue with crypto.getRandomValue)
I’m not sure if it’s possible to polyfill my way out of these errors, but it would help to know what the differences between the VM nakama uses and NodeJS/V8 are in terms of features / API.
Is this documented somewhere?