DEV_Harness and Alteryx UI rendering issue
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm trying to use Alteryx UI, but once I provide the 'designer-install' command, the tool simply has a blank for UI in the 'configuration' tab of the designer. Having this issue, I thought it would help if I ran dev-harness to debug the issue but after running into issues such as incompatible nodes during 'npm install' and chokidar locking resources during 'npm run start', which I was able to resolve to see a blank webpage. Please provide any possible solutions.
I've tried installations as mentioned in the custom tool Quickstart and have uninstalled all previous versions of node.
I've also tried deleting package-lock.json and node modules hoping 'npm install' would repair it but the issue persists.
Alteryx version 2023.1.1.2
Solved! Go to Solution.
- Labels:
-
.yxi
-
Custom Tools
-
Python
-
SDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I was able to resolve it thanks to the steps mentioned here. To put it simply there is a node module incompatibility in my repo cloning so I had to delete it and clone it again which resolved all incompatible modules.
