kartik-v / bootstrap-fileinput

An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features.
http://plugins.krajee.com/file-input
Other
5.36k stars 2.39k forks source link

The dependency was not found: #1832

Closed YuleZhang closed 1 year ago

YuleZhang commented 1 year ago

It always show the problems belows: ''' This dependency was not found:

To install it, you can run: npm install --save https://cdn.jsdelivr.net/gh/kartik-v/bootstrap-fileinput@5.5.2/js/locales/LANG.js?vue&type=script&lang=js& Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\DumpStack.log.tmp' ''' I am sure I have package.json and have already installed "bootstrap-fileinput@5.5.2" by npm without any error. However every time when i use "npm run serve", the problem appear. Please give me some help.