Open ryanrca opened 8 years ago
is webpack present in the npm_modules directory?
@LinusBorg I have the same problem. Yes, webpack is present, at least for me.
Node & npm version?
Node: v6.7.0
npm: 3.10.3
Reverted back to Browserify...
Hi! @ryanrca @zachleigh if you're using Laravel 5.3, you should be able to to just run "npm install" from the project directory. Laravel's package.json has all of the devDependencies you'd need already, including this one and their official version of webpack that solves the mergeConfig issue: ("laravel-elixir-webpack-official": "^1.0.2").
You need webpack for elixir. If you already have it then maybe it needs an update
npm install laravel-elixir-webpack-official --save-dev
@garhbod solution solve my problem, thanks!
@garhbod maaaaan! Thanks!
wow
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: