[Vuejs]-Module not found: Error: Can't resolve 'Vue-Picture-BD-Marker'

0👍

I was able to solve the problem by replacing import {AIMarker} from "Vue-Picture-BD-Marker" with import {AIMarker} from "vue-picture-bd-marker" Note that macos or windows is not sensitive with upper and lower case, but linux is.

Leave a comment