While installing grunt, one of the errors is unmet dependency semver@4
i am using node@0.10.33
, npm@1.4.28
i run two commands and it shows two versions and one is invalid
npm list -g
and in the tree it shows semver@2.3.0 invalid
now i run
npm view semver version
now it shows 4.1.0
i tried npm update semver but nothing happens
i have even tried to the solution provided in similar question npm error invalid semver
curl https://npmjs.org/install.sh | sh
but donesnt help
I am new to npm and grunt please help!