Skip to content

Commit b9483de

Browse files
author
Richard Ockerby
committed
Add info about troubleshooting to the readme
1 parent 148d638 commit b9483de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ You will see a new section for `UI Examples` which contains the work from the `O
1010

1111
Both projects will automatically compile and bring the assets into the example sites when building.
1212

13-
**Quicker dev in v15** can be acheived by opening the `Our.Umbraco.UiExamples.v15` in the command line/terminal and running the `npm run dev` command (make sure to either build or run `npm ci` first to install node dependencies).
13+
**Quicker dev in v15** can be acheived by opening the `Our.Umbraco.UiExamples.v15` in the command line/terminal and running the `npm run dev` command (make sure to either build or run `npm ci` first to install node dependencies).
14+
15+
## Troubleshooting
16+
17+
If you receive errors about node commands during build, make sure that you have the correct version of node installed (22.12.0 at the time of writing). You can also try running the command that outputs directly in the command line/terminal to get a more verbose reason.

0 commit comments

Comments
 (0)