Which cordis libraries/services are you facing this issue in?:
@cordis/gateway
Please describe the problem you are having in as much detail as possible:@cordis/gateway will not install with nodejs v16.
This means a couple of things:
it is unusable stand-alone for folks trying to adapt v16 early
@cordis/gateway-service cannot update to v16 atm.
How fix? Unclear. The issue comes from a lack of support for v16 from erlpack. I attempted to fix this by forking it (and polishing!) with the intention of releasing under @cordis/erlpack - but just as I was done with the code I noticed that the actual problem was - nan. That's where the v16 support is missing.
Unfortunately I do not have the time nor the knowledge needed to move away the fork from nan atm - but I fully intend to do so in the future.
I'd expect this will be solved at the very least when v16 becomes LTS, if not earlier.
Further details:
@cordis/gateway version: 0.3.0
Node.js version: 16.1.0 - effects all 16.x
Operating system: Windows 10, using WSL2 5.4.72-microsoft-standard-WSL2, Linux Alpine NodeJS images
Priority this issue should have – please be realistic and elaborate if possible: medium
Which cordis libraries/services are you facing this issue in?:
@cordis/gateway
Please describe the problem you are having in as much detail as possible:
@cordis/gateway
will not install with nodejs v16.This means a couple of things:
@cordis/gateway-service
cannot update to v16 atm.How fix? Unclear. The issue comes from a lack of support for v16 from erlpack. I attempted to fix this by forking it (and polishing!) with the intention of releasing under
@cordis/erlpack
- but just as I was done with the code I noticed that the actual problem was - nan. That's where the v16 support is missing.Unfortunately I do not have the time nor the knowledge needed to move away the fork from
nan
atm - but I fully intend to do so in the future.I'd expect this will be solved at the very least when v16 becomes LTS, if not earlier.
Further details:
@cordis/gateway
version: 0.3.05.4.72-microsoft-standard-WSL2
, Linux Alpine NodeJS images