hooks-workshop
hooks-workshop copied to clipboard
nvm use stable uses a node that's incompatible with the packages
-
nvm install stableinstalls 13.5.0 - using that nvm, the
npm installfails on[email protected] install - I tried
nvm install 12.14.0(and thenuse default) and nownpm installworks well.
I did this because the top of the readme suggests using LTS - and that works well.
v12.6.0 works as well.