pnp / generator-teams

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

Error when trying to run example #367

Open Osukarin opened 1 year ago

Osukarin commented 1 year ago

Description

I have installed all the tools in my computer, and made all the steps on this tutorial:

https://learn.microsoft.com/en-us/training/modules/embedded-web-experiences/3-exercise-create-custom-teams-personal-tab

but, when I run the code it throws me the next message:

gulp ngrok-serve --debug

[16:46:28] Found additional Yo Teams plugin: yoteams-deploy [16:46:28] Using gulpfile ~\source\repos\test_teams\gulpfile.js [16:46:28] Starting 'ngrok-serve'... [16:46:28] Starting 'start-ngrok'... [16:46:28] [NGROK] starting ngrok... [16:46:32] 'start-ngrok' errored after 3.4 s [16:46:32] TypeError in plugin "yoteams-build.core" Message: Cannot read properties of undefined (reading 'body') [16:46:32] Finished 'ngrok-serve' after 3.42 s

Steps to reproduce

yo teams gulp ngrok-serve --debug

Expected results

The app running...

Actual results

[16:46:28] Found additional Yo Teams plugin: yoteams-deploy [16:46:28] Using gulpfile ~\source\repos\test_teams\gulpfile.js [16:46:28] Starting 'ngrok-serve'... [16:46:28] Starting 'start-ngrok'... [16:46:28] [NGROK] starting ngrok... [16:46:32] 'start-ngrok' errored after 3.4 s [16:46:32] TypeError in plugin "yoteams-build.core" Message: Cannot read properties of undefined (reading 'body') [16:46:32] Finished 'ngrok-serve' after 3.42 s

Project you experience issues with

generator-teams

generator version

4.1.0

build tools version

1.8.0

nodejs version

v16.14.2

npm version

8.5.0

Operating system (environment)

Windows

Additional Info

No response

stephanbisser commented 1 year ago

Thanks for reporting we already are aware of this issue as others have reported this in another issue https://github.com/pnp/generator-teams/issues/366