Skip to content

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

@nlesyuk

Description

@nlesyuk

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions