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
I'm trying to commit some changes for a (possible) PR, but I can't commit due to the pre-commit script running lint-staged which gives me this error:
husky > npm run -s precommit (node v10.1.0)
lint-staged requires at least version 6 of Node, please upgrade
husky > pre-commit hook failed (add --no-verify to bypass)
I didn't want to do a --no-verify in case I'm missing something.
Is there something I should be doing after forking the project?
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
I'm trying to commit some changes for a (possible) PR, but I can't commit due to the pre-commit script running
lint-staged
which gives me this error:I didn't want to do a
--no-verify
in case I'm missing something.Is there something I should be doing after forking the project?
The text was updated successfully, but these errors were encountered: