daybrush / guides

A Guides component that can draw ruler and manage guidelines.
https://daybrush.com/guides/
MIT License
342 stars 46 forks source link

Vue: Module not found #13

Closed markusnissl closed 4 years ago

markusnissl commented 4 years ago

Environments

Description

I installed vue-guides via npm. Then I included it like in the description. However, it does not compile, I always get: Module not found: Error: Can't resolve 'vue-guides'

Workaround: If I go into the directory node_modules/vue-guides and build the project, then it works.

daybrush commented 4 years ago

@markusnissl

Try 0.6.2 version. thank you :)

markusnissl commented 4 years ago

Unfortunately, it does not work.

I checked the commit history of this package, and I only find a version increase in the commit.

daybrush commented 4 years ago

@markusnissl

Try 0.6.3 version. it's now work. Thank you :) https://unpkg.com/vue-guides@0.6.3/dist/guides.cjs.js

markusnissl commented 4 years ago

@daybrush thanks, it works 👍