Laragon setup series Part 6 “add nodeJS and Yarn”.

Ariel Mejia Dev
Ariel Mejia Dev
Published in
2 min readJan 17, 2020

In Laravel development the UI frontend scaffold use NodeJS and Yarn as technologies to handle Laravel Mix (webpack easy to use abstraction), to add this technologies to your setup, is not necessary to download again, Laragon provides an easy way to install it on your system at one click:

Select and install Node and Yarn

  • Go to Menu/Tools/Quick add/node
  • Go to Menu/Tools/Quick add/yarn

To test the installation you can use cmd/terminal (Laragon has a terminal button to use Cmder) and type

node -v
npm -v
yarn -v

This is the last part of this series thanks for reading and if you find this helpful please clap and share.

--

--

Ariel Mejia Dev
Ariel Mejia Dev

Fullstack Web/Mobile Developer and Laravel enthusiast.