Running aio app run --local under nodeJS18 should start the app builder app in local environment.
Actual Behaviour
aio app run --local using NodeJS16
@adobe/wskdebug 1.1.3 🟢
@openwhisk/wskdebug 1.4.0 🟢
aio app run --local using NodeJS18
@adobe/wskdebug 1.1.3 🔴
@openwhisk/wskdebug 1.4.0 🔴
Reproduce Scenario (including but not limited to)
Running aio app run --local under nodeJS18 throws the following error: local openwhisk stack startup timed out: 60000ms
Steps to Reproduce
nvm install 18
nvm use 18
aio app run --local
Environment Info
System:
OS: macOS 13.0
CPU: (10) arm64 Apple M1 Max
Memory: 96.52 MB / 32.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.20.0 - ~/.nvm/versions/node/v16.20.0/bin/node
Yarn: Not Found
npm: 8.19.4 - ~/.nvm/versions/node/v16.20.0/bin/npm
Virtualization:
Docker: 24.0.2 - /usr/local/bin/docker
npmGlobalPackages:
@adobe/aio-cli: Not Found
Sample Code that illustrates the problem
Logs taken while reproducing problem
➜ aio-amazon-sales-channel git:(main) ✗ aio app run --local
ℹ checking if java is installed...
ℹ checking if docker is installed...
ℹ checking if docker is running...
ℹ starting local OpenWhisk stack...
› Error: local openwhisk stack startup timed out: 60000ms
Expected Behaviour
Running
aio app run --local
under nodeJS18 should start the app builder app in local environment.Actual Behaviour
aio app run --local using NodeJS16
aio app run --local using NodeJS18
Reproduce Scenario (including but not limited to)
Running
aio app run --local
under nodeJS18 throws the following error: local openwhisk stack startup timed out: 60000msSteps to Reproduce
Environment Info
Sample Code that illustrates the problem
Logs taken while reproducing problem