spatie / vue-table-component

A straight to the point Vue component to display tables
http://vue-table-component.spatie.be
MIT License
588 stars 149 forks source link

vue-table-component@1.9.1" has unmet peer dependency "moment@^2.18.1 #141

Closed binobose closed 6 years ago

binobose commented 6 years ago

vue-table-component@1.9.1" has unmet peer dependency "moment@^2.18.1". Can anyone please help to resolve this issue asap.

sebastiandedeyne commented 6 years ago

This is not an issue with the package. You need to install moment yourself, that's why it's declared as a peerDepencdency.

See https://nodejs.org/en/blog/npm/peer-dependencies/