Added clickable link

Hugo Bernier 2022-03-27 00:17:20 -04:00
parent 7ab74f26dc
commit fd8344d0be
1 changed files with 1 additions and 0 deletions

@ -43,6 +43,7 @@ graph TD
K --> |No| M{Did you change versions of nodejs after downloading sample?} --> |Yes| N[Run npm rebuild node-sass] --> |Retry|A
M --> |No| O[Open a ticket from sample's README]
click K "https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#run-spfx-doctor"
click D "https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#change-directory-to-root-of-project"
style K fill:#f9f,stroke:#333,stroke-width:4px
style D fill:#f9f,stroke:#333,stroke-width:4px
```