sohelamin / laravel-starter

Laravel Starter Project
19 stars 15 forks source link

Error running gulp #2

Closed karneaud closed 7 years ago

karneaud commented 7 years ago

I'm using vagrant to run the starter with

Node 7 NPM 2.14.4 Laravel 5.3.18

throw new Error("Module '" + loader.path + "' is not a loader (must have normal or pitch function)");

This after I fixed this issue https://github.com/sohelamin/laravel-starter/issues/1

I'm trying to use this fix https://laracasts.com/discuss/channels/elixir/laravel-53-error-on-gulp-execution?page=2

and this fix

https://github.com/laravel/elixir/issues/643#issuecomment-250928438

I'll let you know if I'm successful with it

Did you encounter any of these issues and were you able to solve it?

karneaud commented 7 years ago

Still no progress fixing the error

karneaud commented 7 years ago

Ok

Had to use sudo npm install --no-bin-links and also make sure and rebuild the node-sass sass and sass-loader packages

You SHOULD be using node > 6 with npm > 3