pnp / generator-teams

A Yeoman Generator for Microsoft Teams
https://pnp.github.io/generator-teams
MIT License
415 stars 110 forks source link

Bug report: TypeError in plugin "yoteams-build.core" #380

Open nisavicjana opened 6 months ago

nisavicjana commented 6 months ago

Description

Hello everyone! I am building Bot in Microsoft Teams and everything worked fine until one day I was not able to serve my app. I am using Bot framework and when i try to 'gulp ngrok-serve', it comes with:

image

I have to mention that I found exact issue reported more that a year ago and I followed all the solutions users proposed but nothing worked for me. Is anyone facing this issue right now?

Steps to reproduce

package.json:

image

gulpfile.js:

image

Expected results

The server is running and working normally as it used to.

Actual results

TypeError in plugin "yoteams-build.core" Message: Cannot read properties of undefined (reading 'body')

Project you experience issues with

yoteams-build-core

generator version

npm info generator-teams version

build tools version

1.8.0

nodejs version

v20.9.0

npm version

10.1.0

Operating system (environment)

Windows

Additional Info

No response

AnshumaanSinghThakur commented 1 week ago

any solution?? I'm also facing the same error.