在装了element-ui的vue项目中npm run dev的时候报错了
These dependencies were not found:
- throttle-debounce/debounce in ./node_modules/_element-ui@2.6.1@element-ui/lib/element-ui.common.js, ./node_modules/_element-ui@2.6.1@element-ui/lib/tooltip.js and 1 other
- throttle-debounce/throttle in ./node_modules/_element-ui@2.6.1@element-ui/lib/element-ui.common.js
To install them, you can run: npm install --save throttle-debounce/debounce throttle-debounce/throttle
请问该如何解决