首页 > Web开发 > 详细

vue中导入webpack-jquery-ui依赖报错

时间:2021-04-23 16:14:45      阅读:22      评论:0      收藏:0      [点我收藏+]

直接上解决方案,参考https://www.npmjs.com/package/webpack-jquery-ui

npm install webpack-jquery-ui

报错信息

These dependencies were not found:

* webpack-jquery-ui in ./common/xxxx.js
* webpack-jquery-ui/css in ./common/xxxx.js

To install them, you can run: npm install --save webpack-jquery-ui webpack-jquery-ui/css
 ERROR  Build failed with errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! xxxx@0.1.0 build: `vue-cli-service build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the xxxx@0.1.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

vue中导入webpack-jquery-ui依赖报错

原文:https://www.cnblogs.com/vaen/p/14693383.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!