node 10 required?
shazron opened this issue · 5 comments
This might be an issue since for the CLI, only node 8 is required.
See: https://github.com/adobe/adobeio-cna-scripts/blob/78ac7b9f43592061e7ab9adb94c04bcf857c8a24/package.json#L13
Jesse mentioned that wskdebug
requires node 10/12
. If so, there is a mismatch with the CLI requirements. We might have to bump the CLI node
requirement to 10
for CLI v3.0
We need to handle this gracefully, because right now if you don't have at least node 10, the install will fail with a non-clear error (see adobe/aio-cli-plugin-app#27)
We should see if the plugins
plugin can fail if the node version requirements are not fulfilled: file a bug and/or PR to their repo: https://github.com/oclif/plugin-plugins
Using npx
we can install a local version of node specific for running wskdebug
? not sure how it will work exactly.
Related: oclif/plugin-plugins#73