devit.gg's avatar

Elixir Webpack Official not npm installing

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.

http://pastebin.com/DQUJziNs

0 likes
5 replies
ejdelmonico's avatar

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

1 like
ejdelmonico's avatar
Level 53

The error seems to indicate that you do not have git installed...or, it can't find it.

1 like

Please or to participate in this conversation.