vue-slide icon indicating copy to clipboard operation
vue-slide copied to clipboard

Main file not exist

Open vwxyutarooo opened this issue 7 years ago • 0 comments

"vue-slide": "^1.1.1" node: 6.9.1 npm: 4.0.5 yarn: 0.19.1

Following message apeared

Module not found: Error: Can't resolve 'vue-slide' in...

Because main file has set to vue-slide.es5.vue in package.json, which does not exists.

{
...
  "main": "vue-slide.es5.vue"
...
}

vwxyutarooo avatar Feb 01 '17 07:02 vwxyutarooo