Install Dependencies
Before you can actually run this command, you’re going to need to install dependencies. From within the web root of your project, run:
npm install
This will install all the dependencies (like SASS, LESS, etc...) that Laravel Mix requires.