Categories JavaScript Answers How to install LTS version of Node.js via homebrew? Post author By John Au-Yeung Post date September 10, 2022 No Comments on How to install LTS version of Node.js via homebrew? Spread the love To install LTS version of Node.js via homebrew, we run the brew install command. To install it, we run brew install node@8 to install Node 8. Then we link it with brew link --force node@8 to make it visible. Related Posts How to install Node.js nvm in Docker?To install Node.js nvm in Docker, we run curl to install it. For instance, in… How to install Node.js as windows service?To install Node.js as windows service, we use the node-windows package. For instance, we write… How to install a Node.js module without using npm?To install a Node.js module without using npm, we download the module into the node_modules… By John Au-Yeung Web developer specializing in React, Vue, and front end development. View Archive → ← How to fix TypeScript Error: Property ‘user’ does not exist on type ‘Request’? → How to upload file using POST request in Node.js? Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Current ye@r * Leave this field empty