timezone-picker
timezone-picker copied to clipboard
This dependency was not found: * jQuery in ./node_modules/timezone-picker/dist/timezone-picker.min.js
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';
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