Updated Troubleshooting issues with samples (markdown)
parent
79f5fcca25
commit
0096ceec67
|
@ -105,7 +105,12 @@ To do so, follow these steps:
|
|||
- npm i react@16.9.51
|
||||
|
||||
1. Follow each recommended fixes and repeat the `spfx doctor` command until you can confirm that your environment is compatible with the sample.
|
||||
1. If you still cannot resolve the issue, run `spfx doctor` to generate a `json` output, and submit a new issue, making sure to copy the output of to the **SPFx doctor** section. You can do so by using the command prompt to enter the following command:
|
||||
|
||||
```bash
|
||||
m365 spfx doctor -o json
|
||||
```
|
||||
Copy the output and [open a new bug report](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=type%3Abug-suspected&template=bug-report.yml)
|
||||
### Alternatives
|
||||
|
||||
#### Recommended
|
||||
|
|
Loading…
Reference in New Issue