nvm install stable installs 13.5.0
- using that nvm, the
npm install fails on grpc@1.23.3 install
- 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.