If you notice problems related to these missing modules, consider running: meteor npm install --save!

I base on Vue, and I try to install vue-data-tables npm.
My project work fine, but show

"!!../../node_modules/css-loader/index.js!../../node_modules/vue-loader/lib/style-rewriter.js?id=data-v-5ef578ba!../../node_modules/sass-loader/index.js!../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./ScCheckboxGroup.vue"
in /Users/theara/Desktop/meteor-app/vue-element/node_modules/vue-data-tables/dist/data-tables.js (web.browser)

If you notice problems related to these missing modules, consider running:

  meteor npm install --save !!..

And then, I tried to remove npm uninstall --save vue-data-tables, and then install again with
meteor npm install --save vue-data-tables.
But still get the same error.