DEV Community

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

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.