The Particle CLI installer installs an isolated version of node. You likely now have conflicting global (-g) install and isolated install versions. I recommend removing the -g version:
Open a Command Prompt window and run the command:
npm uninstall -g particle-cli
If you get an error about npm not found, just continue onto the next step. This removes a previous manual install.