laravel-mix : Laravel Mix is an elegant wrapper around Webpack for the 80% use case.. You can installing laravel-mix npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install laravel-mix $ sudo npm install -g laravel-mix
If want to update the laravel-mix package execute the command as below,
$ sudo npm update laravel-mix
Update package globally,
$ npm install -g laravel-mix
$ sudo git clone https://github.com/rektide/laravel-mix.git
$ sudo npm install -g ./laravel-mix
laravel-mix@1.6.1 /usr/lib/node_modules/laravel-mix
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall laravel-mix
Package Name | laravel-mix |
Version | 1.6.1 |
Description | Laravel Mix is an elegant wrapper around Webpack for the 80% use case. |
Released Date | 2017-11-06T21:09:10.226Z |
Published by | jeffreyway |
How to Learn | https://www.npmjs.com/package/laravel-mix/tutorial |