Description
Hello,
i'm trying to add bootstrap-vue to my vue-meteor project. But i keep getting this error :
`W20170513-13:55:36.436(2)? (STDERR) C:\Users\HKTPLSM\WebstormProjects\meteor-cdc.meteor\local\build\programs\server\packages\modules.js:4362
W20170513-13:55:36.437(2)? (STDERR) export default {
W20170513-13:55:36.437(2)? (STDERR) ^^^^^^
W20170513-13:55:36.437(2)? (STDERR)
W20170513-13:55:36.437(2)? (STDERR) SyntaxError: Unexpected reserved word
W20170513-13:55:36.437(2)? (STDERR) at Object.exports.runInThisContext (vm.js:53:16)
W20170513-13:55:36.438(2)? (STDERR) at C:\Users\HKTPLSM\WebstormProjects\meteor-cdc.meteor\local\build\programs\server\boot.js:297:30
W20170513-13:55:36.438(2)? (STDERR) at Array.forEach (native)
W20170513-13:55:36.438(2)? (STDERR) at Function..each..forEach (C:\Users\HKTPLSM\AppData\Local.meteor\packages\meteor-tool\1.4.4_2\mt-os.windows.x86_32\dev_bundle\server-lib\node_modules\underscore\underscore.js:79:11)
W20170513-13:55:36.438(2)? (STDERR) at C:\Users\HKTPLSM\WebstormProjects\meteor-cdc.meteor\local\build\programs\server\boot.js:128:5
W20170513-13:55:36.439(2)? (STDERR) at C:\Users\HKTPLSM\WebstormProjects\meteor-cdc.meteor\local\build\programs\server\boot.js:352:5
W20170513-13:55:36.439(2)? (STDERR) at Function.run (C:\Users\HKTPLSM\WebstormProjects\meteor-cdc.meteor\local\build\programs\server\profile.js:510:12)
W20170513-13:55:36.439(2)? (STDERR) at C:\Users\HKTPLSM\WebstormProjects\meteor-cdc.meteor\local\build\programs\server\boot.js:351:11
`
What could it be ?