-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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:
- change
"bootstrap.native": "^3.0.14",=>"bootstrap.native": "^3.0.15", - disable bootstrap.native-loader
- if you have an idea please write below in the comments
I can't resolve this error, could anybody help me?
Metadata
Metadata
Assignees
Labels
No labels