sampaiodiego / rocket.chat.app-poll

Rocket.Chat App for creating polls.
MIT License
50 stars 39 forks source link

rc-deploy fails #70

Open rmalla1 opened 3 years ago

rmalla1 commented 3 years ago

Hi there, I checked out code, and I try to do a rc-apps deploy. It fails with the following error:

Screen Shot 2021-05-02 at 11 41 29 PM

I am running master, with @rocket.chat/apps-cli/1.9.0 linux-x64 node-v12.18.3 Can you please let me know, how I can fix this error?. Thanks, Ratnakar

cjkao commented 3 years ago

update "@rocket.chat/apps-engine": to 1.25.0

prashant-smart commented 3 years ago

image

@cjkao can u help me out with this I am also run rc-apps deploy then I got this

cjkao commented 3 years ago

I am using latest develop branch from rocket chat repository, and update package.json in rocket.chat.app-poll to

{
    "devDependencies": {
        "@rocket.chat/apps-engine": "^1.20.0",
        "tslint": "^5.10.0",
        "typescript": "^2.9.1"
    },
    "dependencies": {
        "@types/node": "^12.12.7"
    }
}

and then run npm install , rc-apps deploy ...,

dinhhoai2103 commented 3 years ago

help me @cjkao image

cjkao commented 3 years ago

rc-apps package app and then upload zip from admin panel