I am new to SharePoint Framework. I would like to add the react-mgtEvents sample web part to my SharePoint Online site. I installed the node-js version from the below URL:
https://nodejs.org/download/release/v10.24.1/
After that, I tried to execute the npm install command on the react-mgtEvents folder path.
npm i @microsoft/mgt-react
However, I am getting the below errors after it finishes:
What are the dependencies that should be installed for this solution to make it run successfully and upload the app to the SharePoint app catalog?
In addition, I ran the npm outdated command and found the below:
Can please someone provide the steps/commands needed which should be executed?
Any help is highly appreciated.
Thank you!