Laravel - Gulp Error Cannot Find Module Laravel-elixir - Solved

By Hardik Savani November 5, 2023 Category : Laravel

If you also find error like "laravel-elixir not found" on gulp then you can install laravel-elixir npm package manually. I also fetch this error when i was new in laravel and working with gulp first time.

We can solve laravel-elixir not found error using laravel-elixir nodejs package. So you can run just bellow command and check. First command if you run already then don't require to run.

Command:

npm install

npm install laravel-elixir

I hope it can help you...

Tags :
Shares