warning " > vue-table-component@1.8.1" has unmet peer dependency "moment@^2.18.1".
And then when I try to build :
ERROR in ./node_modules/vue-table-component/dist/index.js
Module not found: Error: Can't resolve 'moment' in 'C:\dev\test\node_modules\vue-table-component\dist'
@ ./node_modules/vue-table-component/dist/index.js 3:27-44
When I try to add this package I have :
And then when I try to build :
Any idea?