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.
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.