Rocket.Chat.Apps-cli
Rocket.Chat.Apps-cli copied to clipboard
[email protected] — "Invalid Version: null" error after creating new app
I used this article https://developer.rocket.chat/docs/create-an-app
🐛 Bug Description
After installing @rocket.chat/[email protected] 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, andHelloWorldApp.tsare present in the project root
💻 CLI Version
@rocket.chat/apps-cli/1.12.1 darwin-arm64 node-v18.18.2