cmbot
cmbot copied to clipboard
npm install
whenever i go to say "npm install cmbot" it tells me "refusing to install cmbot as a dependency of itself" Any help?
I think that is because the directory the script is trying to create already exists, try finding and deleting the cmbot folder. I had the same issue.
I could not find a pre-existing file
Maybe try doing "npm update cmbot" ?
If that doesn't work try running this: find ~ -name cmbot
It should show you any files called "cmbot" anywhere in your home directory, and you can try removing any it lists.
Did the same for me but i was in the bot directory and had to go to the actual node directory.
Ya, I wasn't able to install the bot either. "npm install cmbot", maybe trying posting the bot up?