Dev Space

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.
SOLVED

SDK init can find node in path

paul_houghton
12 - Quasar

I'm trying to build my first custom python tool using the SDK cli. But when running the 

ayx_plugin_cli sdk-workspace-init

command i get the error:

ERROR: node not found. node v10.0.0 must be installed and available on the path

I have confirmed node is installed and the version meets the 12+ condition. I dont know why I can't initialise the workspace?

 

paul_houghton_0-1623846998667.png

 

1 REPLY 1
paul_houghton
12 - Quasar

Found the solution. Visual Studio Code wouldn't refresh the environment variables, fixed with a reboot