I recently installed Mycroft AI on ubuntu 17.10 to try it out. But it seemed to slow down my PC. I want to remove it from my PC. How will I be able to do it? Thanks!
Edit:
I had installed it using instruction on this github page. I went back to the page and tried this from terminal - npm run uninstall-extension to uninstall. But I get this error:
npm ERR! Linux 4.13.0-16-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "uninstall-extension"
npm ERR! node v6.11.4
npm ERR! npm v3.5.2
npm ERR! path /home/ganesh/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/home/ganesh/package.json'
npm ERR! enoent ENOENT: no such file or directory, open '/home/ganesh/package.json'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR! /home/ganesh/npm-debug.log
Can you please help me make sense of it?