OfficeDev / msteams-meetings-template

Template for an app that creates Microsoft Teams meetings
MIT License
61 stars 49 forks source link

Yarn install fails #16

Closed fsc-moodle-admin closed 4 years ago

fsc-moodle-admin commented 4 years ago

Yarn install fails with

yarn install v1.22.5 [1/4] Resolving packages... [2/4] Fetching packages... error react-scripts@3.4.0: The engine "node" is incompatible with this module. Expected version ">=8.10". Got "6.17.1"

This seems to be fixed if you use: yarn install --ignore-engines

fsc-moodle-admin commented 4 years ago

Posted twince