-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how-to-make-filter-with-ui does not work #27
Comments
The following worked for me, but I don't use
Other considerations
|
Hello @kumi-gc , It seems that We recommend customers to download Node from https://nodejs.org/download/release/v14.21.3/ In our next SDK/CLI release, we will patch this up and downgrade the minimum version to 12 and then our conda command in the docs will work again. (We provided a range this time for more flexibility) |
Follow how-to-make-filter-with-ui creating the plugin
conda create -n ws1 python=3.8.5 nodejs=14 doit
pip insatll ayx-python-sdk
pip install ayx-plugin-cli
ayx_plugin_cli sdk-workspace-init
method1: ayx_plugin_cli create-ayx-plugin --use-ui
error: complain node miniversion: 14.21.3 actually is 14.8.0
using conda install update to next nodejs 16.13.1. doesn't not work
using conda install latest nodejs 18.16.0 with $env:NODE_OPTIONS = "--openssl-legacy-provider" doesn't work
mothod2: ayx_plugin_cli create-ayx-plugin
ayx_plugin_cli generate-ui
navigate to ui/[tool name] - node run start. the ui show in the develop tool
by the way, without UI directly set filed="Ticker" filterText="AAPL" the tool output correct result.
Alteryx designer: 2023.1.1.200 Patch: 1
Looks like UI does not work.
The text was updated successfully, but these errors were encountered: