Laravel elixir installation error -


I am trying to install laravel elixir, but I am getting this error:

Enter image details here

Nobody knows where the problem might be?

Please check your package.json file, it should be

 < Code "{" private ": true," development ": {" gulp ":" ^ 3. 9.1 "," gull-notified ":" ^ 2.2.0 "}," dependency ": {" bootstrap-saas ":" ^ 3.0.0 "," Laravel -Lixir ":" ^ 5.0.0 "," Socket.io ":" ^ 1.4.5 "}}  

Then gulpfile. Check js, it should be, I only added the css file.

  var elixir = is required ('lavarel-nectar'); Elixir (mix) {mix.styles (["common.css", "bootstrap.min.css"], 'public / css / all css'). Version ('public / css / all.css' );}); 

HTML>

Comments