Closed steve-rhodes closed 8 years ago
I get an error when running gulp after following your instructions to install.
gulp
Also, what about the line require('laravel-elixir-vue-2'); in gulpfile.js? Are we supposed to remove it?
require('laravel-elixir-vue-2');
error:
Elixir.config.js.browserify.transformers.push({ ^ TypeError: Cannot read property 'transformers' of undefined
check issue #24 ,, you need to npm install laravel-elixir-browserify-official and add require('laravel-elixir-browserify-official'); in the gulp file.
require('laravel-elixir-browserify-official');
thanks
I get an error when running
gulp
after following your instructions to install.Also, what about the line
require('laravel-elixir-vue-2');
in gulpfile.js? Are we supposed to remove it?error: