Open abbood opened 10 years ago
try doing a clean: npm clear cache
that command doesn't exist.. i tried npm cache clean
but i still get the same error..
NPM peer dependency is a way for libraries to enforce version control for other libraries used by the consuming repo. grunt karma
seems to be rather strict on its peer dependency. Updated package.json
to remove cap on grunt-karma
version. You should pull, remove node_modules
, and try npm install
again.
Let us know if it works out or not. :)
Fixed as of ee675c2d16109d791be41ae923298109ef396760
i keep on getting this error when i run
npm install
: