Anurag Gurtu | When you specify the dependency in your packaging command line, you must specify the version attribute as well. Your error occurs because when you packaged your application you specified the dependency as --deps <ssid>, but you must include the version specifier as well. This dependency should look like --deps <ssid>,<version specifier> |
| Please sign in to flag this as inappropriate. |