##Installing Node Before triggering Mix, you must first ensure that Node.js and NPM are installed on your machine.
npm install
// Run all Mix tasks.
npm run dev
// Run all Mix tasks and minify output.
npm run production
npm run watch
##Installing Node Before triggering Mix, you must first ensure that Node.js and NPM are installed on your machine.
npm install
// Run all Mix tasks.
npm run dev
// Run all Mix tasks and minify output.
npm run production
npm run watch