nextcloud/whiteboard

readme.md: prerequisites compiling websocket-server

jooooaah opened this issue · 2 comments

Small hint for compiling websocket-server: minimum nodejs version is v16.9.0 because hasOwn is only available since then. Didn't do any pr because perhaps it's more necessary?

No that should be fine, though I'd recommend to always stick with the versions that package.json defines: https://github.com/nextcloud/whiteboard/blob/main/package.json#L88-L91

npm should also warn you if you are using older versions.

Would you be up for opening a pull request to document this?

Seems I actually did this already in 92e0cb5