jsii icon indicating copy to clipboard operation
jsii copied to clipboard

jsii is printing some warning to the stderr about potential compatibility issues with Node 17

Open chenwany opened this issue 4 years ago • 0 comments

Admin:~/environment $ /home/ec2-user/.local/bin/pcluster create-cluster --cluster-name "hpc-1click-${CLUSTER_NAME}" --cluster-configuration cluster.config --rollback-on-failure false
b'!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n'
b'!!                                                                                  !!\n'
b'!!  This software has not been tested with node v17.0.1.                            !!\n'
b'!!  You may to encounter runtime issues, and should switch to a supported release.  !!\n'
b'!!                                                                                  !!\n'
b'!!  As of the current release, supported versions of node are:                      !!\n'
b'!!  - ^12.7.0                                                                       !!\n'
b'!!  - ^14.5.0                                                                       !!\n'
b'!!  - ^16.3.0                                                                       !!\n'
b'!!                                                                                  !!\n'
b'!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n'

Since we could not find any mention to this in the official docs we were wondering if there is any known compatibility issue with the latest Node version and/or if you plan to remove such warning from jsii.

chenwany avatar Nov 15 '21 20:11 chenwany