You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to set up this repo for the first time, I ran
npm install
and got the following error.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?
The text was updated successfully, but these errors were encountered: