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
npm prepends ./node_modules/.bin to $PATH when running scripts so that locally-installed versions of npm-distributed CLIs are preferred when running npm scripts.
However, they do not appear to be available in the precommit hooks.
The text was updated successfully, but these errors were encountered:
npm prepends
./node_modules/.bin
to$PATH
when running scripts so that locally-installed versions of npm-distributed CLIs are preferred when running npm scripts.However, they do not appear to be available in the precommit hooks.
The text was updated successfully, but these errors were encountered: