You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Starting from a blank directory, I did:
npm install gulp
npm install laravel-elixir-vue-2
npm install laravel-elixir
Then I got this error:
> gulp
/srv/elix2/node_modules/laravel-elixir-vue-2/index.js:4
Elixir.webpack.mergeConfig({
^
TypeError: Cannot read property 'mergeConfig' of undefined
at /srv/elix2/node_modules/laravel-elixir-vue-2/index.js:4:17
at /srv/elix2/node_modules/laravel-elixir/dist/index.js:29:16
at Array.forEach (native)
at global.Elixir (/srv/elix2/node_modules/laravel-elixir/dist/index.js:28:24)
at Object.<anonymous> (/srv/elix2/gulpfile.js:5:1)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)