bootstrap.native-loader icon indicating copy to clipboard operation
bootstrap.native-loader copied to clipboard

ERROR in Cannot find module 'bootstrap.native/lib/build-module.js'

Open nlesyuk opened this issue 4 years ago • 0 comments

Hi there, I use "bootstrap.native": "^3.0.14", "bootstrap.native-loader": "^2.0.0",

and include bootstrap.native component in Vue component as ... import BSNPopover from "bootstrap.native/dist/components/popover-native.js"; export default { ... and got the error: ERROR in Cannot find module 'bootstrap.native/lib/build-module.js' @ ./~/babel-loader/lib?presets[]=es2015&plugins[]=transform-runtime!./~/vue-loader/lib/selector.js?type=script&index=0!./resources/assets/js/global-components/uikit/myComponent.vue 7:21-82 (all code with error as image http://prntscr.com/1d4oi9o )

I try to do for resolve this error but it doesn't help me:

  1. change "bootstrap.native": "^3.0.14", => "bootstrap.native": "^3.0.15",
  2. disable bootstrap.native-loader
  3. if you have an idea please write below in the comments

I can't resolve this error, could anybody help me?

nlesyuk avatar Jul 19 '21 15:07 nlesyuk