sampaiodiego / rocket.chat.app-poll

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

Cannot read property 'IUIKitInteractionHandler' of undefined #71

Closed dinhhoai2103 closed 3 years ago

dinhhoai2103 commented 3 years ago

image

Tazeg commented 3 years ago

Same here. Did you find a solution ?

sampaiodiego commented 3 years ago

looks like missing a npm install

dinhhoai2103 commented 3 years ago

Same here. Did you find a solution ?

update package.json

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