adobe / aio-cli

Adobe I/O Extensible CLI
https://www.adobe.io
Apache License 2.0
78 stars 33 forks source link

aio app run --local with nodeJS18 does not works #442

Closed pablomoreno61 closed 1 year ago

pablomoreno61 commented 1 year ago

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: 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
aiojbot commented 1 year ago

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-2317

pru55e11 commented 1 year ago

JIRA issue closed. This is resolved.