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
After installing @rocket.chat/apps-cli@1.12.1 and running: rc-apps create
any attempt to package the app via: rc-apps package
results in the following error: Error: Invalid Version: null
π What I tried
Checked app.json: it does contain "version": "0.0.1"
Ensured package.json, tsconfig.json, icon.png, and HelloWorldApp.ts are present in the project root