You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just updated the CLI and create a new project, when i try to run it locally I get the error below. Can Anyone here help me troubleshoot what is wrong here?
$ aio app run --local
Error: Invalid or corrupt jarfile /Users/pulkitchadha/.local/share/@adobe/aio-cli/node_modules/@adobe/aio-cli-plugin-app/bin/openwhisk-standalone.jar
Options -
Try deleting the file and run the command again. It should re-download the jar. rm /Users/pulkitchadha/.local/share/@adobe/aio-cli/node_modules/@adobe/aio-cli-plugin-app/bin/openwhisk-standalone.jar
delete the file again, and try with additional flag --verbose to see if it was re-downloaded properly
restarted Docker on my machine and did the clean up and ran locally with verbose.
The text was updated successfully, but these errors were encountered:
Just updated the CLI and create a new project, when i try to run it locally I get the error below. Can Anyone here help me troubleshoot what is wrong here?
Options -
Try deleting the file and run the command again. It should re-download the jar.
rm /Users/pulkitchadha/.local/share/@adobe/aio-cli/node_modules/@adobe/aio-cli-plugin-app/bin/openwhisk-standalone.jar
delete the file again, and try with additional flag --verbose to see if it was re-downloaded properly
restarted Docker on my machine and did the clean up and ran locally with verbose.
The text was updated successfully, but these errors were encountered: