Hi Khaled,
Maybe you've solved this already, but to me it looks like you need to tell nodist to install a specific version of node AND to use that version before you can run any node commands (you may or may not have done the first step already):
Install 0.10.33:
nodist + v0.10.33
Use 0.10.33:
nodist 0.10.33
Hope that helps.