Install Dependencies

Was this information useful?
Thank you for your feedback.

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.