Unexpected reserve word import

I’m trying to import some vue components from node_modules but i’ve got and error like pics below. note that i placed my .vueignore files inside app directory. My packages are akryum:vue-component, akryum:vue. thanks in advance!

Add the ecmascript package.

It has been added. i think this is should be akryum:vue-component problem when i place .vueignore file inside my project

Where is that import statement (import AutoForm from './AutoForm.vue')?

If the import statement is in a .js file in an npm package it won’t work, since that’s not valid JavaScript in node 4 and Meteor doesn’t run Babel on npm packages (the package author is responsible for that).