You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/en/developer-guide/getting-started/devkit/troubleshooting.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,14 @@ If something is not working properly, please make sure that:
9
9
10
10
1. Opened workspace is root
11
11
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/)**
- 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/)**
14
18
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.
0 commit comments