Try a global install first. Sometimes, it's the only way to get things to work with all of those packages.
npm install -g laravel-elixir-webpack-official
then
npm install laravel-elixir-webpack-official --save-dev
That should give you 1.0.10
I've googled the crap out of this, reinstalled all my stuff. When I add:
"laravel-elixir-webpack-official": "^1.0.2",
to my package.json and npm install, it throws error. Anyone have any ideas, what's going on here? I feel like it's something stupid, and I'm looking over something.
The error seems to indicate that you do not have git installed...or, it can't find it.
Please or to participate in this conversation.