adobe/aio-lib-web

node 10 required?

shazron opened this issue · 5 comments

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.