RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New created apps cannot be deployed successfully if using default config

shiqimei opened this issue · comments

Just to be here FYI: The new @types/node package does not support Typescript 2 anymore (DefinitelyTyped/DefinitelyTyped#47248 (comment)). If you guys meet some issues while packaging/deploying the app to the server recenctly. Please change your @type/node's version to 13.11.0 (or lower) instead of ^13.11.0 or change your typescript's version to the lastest one in your package.json. The run the command npm i again to fix the issue.

We've updated the default versions in the templates, can you check if this still happen?

This issue was fixed in @rocket.chat/apps-cli/1.7.3.