timezone-picker icon indicating copy to clipboard operation
timezone-picker copied to clipboard

This dependency was not found: * jQuery in ./node_modules/timezone-picker/dist/timezone-picker.min.js

Open t1gerk1ngd0m opened this issue 4 years ago • 1 comments

When I try this library in Vue project, I encounter the error.

This dependency was not found:

* jQuery in ./node_modules/timezone-picker/dist/timezone-picker.min.js

To install it, you can run: npm install --save jQuery

But in this laibrary, The node-jQuery isn't used. How can I use this library? I tried a below sentence.

import 'timezone-picker';

t1gerk1ngd0m avatar Dec 22 '21 05:12 t1gerk1ngd0m

Including only the 'jquery' library in the project and changing the included 'jQuery' library to 'jquery' in timezone-picker.min.js that's in the node_modules folder solves this problem

burakturnaa avatar Jun 02 '23 10:06 burakturnaa