0

I try to install laravel elixir (version ^4.0.0), every time i install it always have this error:

error 1

And everytime i run the gulp:

enter image description here

I've tried install using npm install --no-bin-links but still no luck.

My gulpfile.js:

var elixir = require('laravel-elixir');
    elixir.config.sourcemaps = false;

    elixir(function (mix) {
         .browserify('app.module.js', 'public/app/app.module.js');
    }

Any help will be great!.

Thanks

ssuhat
  • 7,387
  • 18
  • 61
  • 116
  • 1
    You might want to check out this post http://stackoverflow.com/questions/1880321/why-does-the-260-character-path-length-limit-exist-in-windows seems windows has a character limit on the path. You could maybe shorten the folder name of your project to get under that character limit. If not possibly raise a bug on the socket.io module. – Mark Davidson Jan 19 '16 at 09:09
  • 1
    Also see https://github.com/Microsoft/nodejstools/issues/69 – Mark Davidson Jan 19 '16 at 09:10
  • Hi @MarkDavidson . Thanks for great link!. It really help me. Looks like it is windows problem. Will try those solution at link. – ssuhat Jan 19 '16 at 09:15
  • @MarkDavidson any solution about the second one? – ssuhat Jan 19 '16 at 09:25

0 Answers0