ZE40003: Cannot resolve app name with version

Cannot resolve app name with version.

Quick Help

The fastest way to resolve this error is to join our Discord and leave a message - our team is ready to help!

  • Error Code: ZE40003
  • Location: Terminal
  • Related plugins: all

This error occurs when Zephyr cannot resolve an application with the specified name and version combination.

Debugging the error

Verify the application exists

Ensure the application you're trying to reference has been deployed to Zephyr.

Check the version format

Verify that the version string matches the expected format and corresponds to an existing deployment.

Check your package.json

Ensure the name and version fields in your package.json are correctly set:

{
  "name": "my-app",
  "version": "1.0.0"
}