I Think that there is Two Node versions on you machine you could try to list all node versions npm -g ls Alternatively you could uninstall npm and make sure no npm on your machine then install it again versions npm -g rm Then install it again
npm -g ls
npm -g rm