DEV Community

How to Install Node.js and Create a Local Development Environment on macOS

Brian P. Hogan on November 05, 2018

Introduction Node.js is an open source JavaScript runtime environment for easily building server-side applications. It's also the runtim...
Collapse
 
dave_albert profile image
Dave Albert

Another thing to point out is some modules will not compile for MacOS properly... such as bcrypt. I usually run in a docker container easier to link items together as well. A Linux vm would work as well.