hooks-workshop icon indicating copy to clipboard operation
hooks-workshop copied to clipboard

nvm use stable uses a node that's incompatible with the packages

Open squeedee opened this issue 6 years ago • 1 comments

  1. nvm install stable installs 13.5.0
  2. using that nvm, the npm install fails on [email protected] install
  3. I tried nvm install 12.14.0 (and then use default) and now npm install works well.

I did this because the top of the readme suggests using LTS - and that works well.

squeedee avatar Dec 28 '19 03:12 squeedee

v12.6.0 works as well.

ooloth avatar Jan 12 '20 15:01 ooloth