Added instructions to run SPFx doctor

This commit is contained in:
Hugo Bernier 2021-11-06 17:14:44 -04:00
parent dc1169398d
commit 2575e1067d
2 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,8 @@ body:
Thank you for reporting a bug! Use the sections below to submit a bug ONLY if it's related to samples in this repo. If you have an issue or question about the SharePoint Framework or its documentation, please submit it at https://aka.ms/spdev-issues. Thank you for reporting a bug! Use the sections below to submit a bug ONLY if it's related to samples in this repo. If you have an issue or question about the SharePoint Framework or its documentation, please submit it at https://aka.ms/spdev-issues.
Before you submit an issue, please run [spfx doctor](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/) from within the solution folder to diagnose incompatibility issues with your environment.
- Follow our guidance on [How To Create Good Issues](https://github.com/pnp/sp-dev-fx-webparts/wiki/How-to-Create-Good-Issues). - Follow our guidance on [How To Create Good Issues](https://github.com/pnp/sp-dev-fx-webparts/wiki/How-to-Create-Good-Issues).
- All bug reports are welcome - we want to fix them! - All bug reports are welcome - we want to fix them!
- This repo is maintained by volunteers. Please be courteous and patient. 🙂 - This repo is maintained by volunteers. Please be courteous and patient. 🙂

View File

@ -49,8 +49,8 @@ Version|Date|Comments
## Minimal Path to Awesome ## Minimal Path to Awesome
* Clone this repository * Clone this repository
* in the command line run: * From your command line, change to the folder for this sample (`react-adaptivecards`)
* `cd samples/react-adaptivecards` * In the command line run:
* `npm install` * `npm install`
* `gulp serve` * `gulp serve`