JeffreyWay / laravel-elixir-webpack-official

88 stars 28 forks source link

The package buble@0.14.0 does not satisfy its siblings peerDependencies requirements #30

Open everestmx opened 8 years ago

everestmx commented 8 years ago

npm ERR! Darwin 16.0.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "laravel-elixir-webpack-official" "--save-dev" npm ERR! node v4.6.1 npm ERR! npm v2.15.9 npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package buble@0.14.0 does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer buble-loader@0.3.1 wants buble@^0.13.0

xeodev-zz commented 8 years ago

I have the same problem. I can not download the module How do I fix this?

node v6.9.1 npm v3.10.8

srph commented 8 years ago

For the mean time, you can downgrade to v0.13.0.

npm i laravel-elixir-webpack-official buble@^0.13.0 -D