ItWorksOnLocal
ItWorksOnLocal

Reputation: 167

Error in plugin 'run-sequence(sass) while installing elixir in laravel 5.2

I'm very new in laravel, I was just trying to install elixir in laravel 5.2, I followed all the steps that they have provided in the docs, but I'm getting error when I run the gulp command it says:

Error in plugin 'run-sequence(sass)'

Message: %1 is not a valid Win32 application. \?\C:\xampp\htdocs\fresh\node_modules\laravel-elixir\node_modules\gulp-sass\nod e_modules\node-sass\vendor\win32-x64-46\binding.node

I've searched it but I didn't get much help from it. Can anybody please guide me?

Upvotes: 1

Views: 1125

Answers (1)

edgar mlowe
edgar mlowe

Reputation: 161

Try this

npm rebuild node-sass

Upvotes: 1

Related Questions