Laragon setup “add nodeJS and Yarn”.
-
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/yarnTo test the installation you can use cmd/terminal (Laragon has a terminal button to use Cmder) and type
node -v
npm -v
yarn -v