championweb
championweb copied to clipboard
npm install error with Grunt-HtmlHint
When trying to set up this repo for the first time, I ran npm install and got the following error.
Error extracting /Users/tpcstld/.npm/grunt-htmlhint/0.9.9/package.tgz archive: ENOENT: no such file or directory, open '/Users/tpcstld/.npm/grunt-htmlhint/0.9.9/package.tgz'
I fixed this error by running npm install [email protected] first. npm install after that worked fine.
Maybe this should be documented in the setup?