<@UB8A66MPS> we use Node 8 (LTS) for all of our de...
# general
p
@stocky-spoon-28903 we use Node 8 (LTS) for all of our development.
nvm install --lts
or
brew install node@8
.
👍 1