Skip to content

Commit 6ff6bf0

Browse files
authored
Merge pull request #145 from zdeneksrejber/master
Updated devkit troubleshooting guide to include additional dependencies
2 parents 595dc34 + 2747b2d commit 6ff6bf0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/en/developer-guide/getting-started/devkit/troubleshooting.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ If something is not working properly, please make sure that:
99

1010
1. Opened workspace is root
1111
2. Workspace contains Publisher.xml file
12-
3. Installed dotnet version is 6.X
13-
4. After typing ```dotnet new --list``` to terminal or CMD there are some templates from **[TALXIS.SDK.CodeTemplates](/en/developer-guide/applications/repo-templates/talxis-templates/)**
12+
3. Installed [dotnet 9.X](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
13+
- Dotnet 8.X is also compatible
14+
4. Installed [Power Platform CLI](https://learn.microsoft.com/en-us/power-platform/developer/cli/introduction?tabs=windows#install-microsoft-power-platform-cli)
15+
- Installation via .msi file seems to be the most compatible one. Other versions make import and export of data broken.
16+
5. Installed [Node.js and npm](https://nodejs.org/en/download)
17+
6. After typing ```dotnet new --list``` to terminal or CMD there are some templates from **[TALXIS.SDK.CodeTemplates](/en/developer-guide/applications/repo-templates/talxis-templates/)**
1418

15-
If all above is working and correct then try these steps one by one. From step two, do step one at the end to refresh VSCODE.
19+
Make sure to restart your PC if you just installed any of above required toolings. If all above is working and correct then try these steps one by one. From step two, do step one at the end to refresh VSCODE.
1620

1721
1. **Command Palette a Developer: Reload Window**
1822
- Open Command Palette (Ctrl + Shift + P)

0 commit comments

Comments
 (0)