championweb icon indicating copy to clipboard operation
championweb copied to clipboard

npm install error with Grunt-HtmlHint

Open tpcstld opened this issue 9 years ago • 0 comments

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?

tpcstld avatar Apr 13 '16 23:04 tpcstld