Hello,
We want to upgrade our app to Node 16.13 but when we start the application, we encounter the following issue: TypeError [ERR_INVALID_ARG_TYPE]: The "options" argument must be of type object. Received an instance of Array
Is Node 16 support in the roadmap ?
Output from ember version --verbose && npm --version && yarn --version:
ember-cli: 3.28.4
node: 16.13.0
v8: 9.4.146.19-node.13
uv: 1.42.0
zlib: 1.2.11
brotli: 1.0.9
ares: 1.17.2
modules: 93
nghttp2: 1.45.1
napi: 8
llhttp: 6.0.4
openssl: 1.1.1l+quic
cldr: 39.0
icu: 69.1
tz: 2021a
unicode: 13.0
ngtcp2: 0.1.0-DEV
nghttp3: 0.1.0-DEV
os: darwin x64
8.1.0
Hello,
We want to upgrade our app to Node 16.13 but when we start the application, we encounter the following issue:
TypeError [ERR_INVALID_ARG_TYPE]: The "options" argument must be of type object. Received an instance of ArrayIs Node 16 support in the roadmap ?
Output from
ember version --verbose && npm --version && yarn --version: