Trying code node

Hugo Bernier 2022-03-27 00:33:29 -04:00
parent a27bd1396b
commit 208e0f3e02
1 changed files with 1 additions and 1 deletions

@ -42,7 +42,7 @@ graph TD
E --> |Yes| F{Path too long?} --> |Yes| H[Move project to shorter path] --> |Retry|A
E --> |No| K[Run spfx doctor]
K --> J{Any reported issues?} --> |Yes| L[Fix issuen] --> |Retry|A
K --> |No| M{Did you change <br/> versions of nodejs<br/> after downloading sample?} --> |Yes| N[Run npm rebuild node-sass] --> |Retry|A
K --> |No| M{Did you change <br/> versions of nodejs<br/> after downloading sample?} --> |Yes| N[Run <code>npm rebuild node-sass</code>] --> |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"