NodeJS Stuff for Mac

less than 1 minute read

Install Node

1
2
3
4
 brew install node
 node --version
 npm --version

Packagemanager thingies

1
 brew install yarn

Tags:

Categories:

Updated: