Module not found: Error: Can‘t resolve ‘swiper/vue‘ in ‘D:\前端\Git\Git\Vue\music\node_modules\vue-awe

这篇具有很好参考价值的文章主要介绍了Module not found: Error: Can‘t resolve ‘swiper/vue‘ in ‘D:\前端\Git\Git\Vue\music\node_modules\vue-awe。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

运行npm install 提示错误Module not found: Error: Can’t resolve ‘swiper/vue’ in xxx,该错误是vue-awesome-swiper版本过高引起的,降低版本即可,解决办法如下:

1. Module not found: Error: Can’t resolve ‘swiper/vue’ in ‘D:\前端\Git\Git\Vue\music\node_modules\vue-awesome-swiper’
Module not found: Error: Can‘t resolve ‘swiper/vue‘ in ‘D:\前端\Git\Git\Vue\music\node_modules\vue-awe,项目疑难杂症,前端,npm,vue,webstorm,vue.js,webpack,node.js
2. 去node_modules 中删除文件夹vue-awesome-swiper

Module not found: Error: Can‘t resolve ‘swiper/vue‘ in ‘D:\前端\Git\Git\Vue\music\node_modules\vue-awe,项目疑难杂症,前端,npm,vue,webstorm,vue.js,webpack,node.js

3. 下载 vue-awesome-swiper@3.1.3

cnpm install vue-awesome-swiper@3.1.3 --save

4. 问题解决,可成功运行
Module not found: Error: Can‘t resolve ‘swiper/vue‘ in ‘D:\前端\Git\Git\Vue\music\node_modules\vue-awe,项目疑难杂症,前端,npm,vue,webstorm,vue.js,webpack,node.js文章来源地址https://www.toymoban.com/news/detail-744037.html

到了这里,关于Module not found: Error: Can‘t resolve ‘swiper/vue‘ in ‘D:\前端\Git\Git\Vue\music\node_modules\vue-awe的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • Vue终端运行报错:ERROR in indexModule not found: Error: Can‘t resolve ‘···文件地址···src\index\main.js‘ in 文件地址

    问题描述: 编写vue项目时,终端报错: ERROR in index Module not found: Error: Can\\\'t resolve \\\'···文件地址···srcindexmain.js\\\' in \\\'···文件地址···\\\' ERROR in subpage Module not found: Error: Can\\\'t resolve \\\'···文件地址···srcsubpagemain.js\\\' in \\\'···文件地址···\\\' webpack compiled with 2 errors 具体如图:

    2024年02月15日
    浏览(41)
  • Module not found: Error: Can‘t resolve ‘element-ui‘ in ‘/Users/luchengcheng/MyApplication/VUE/yeb_fr

    使用vue2进行开发时,安装element-ui后,npm编译运行报错:  ERROR  Failed to compile with 1 error                                                        23:27:37  error  in ./src/main.js Module not found: Error: Can\\\'t resolve \\\'element-ui\\\' in \\\'/Users/luchengcheng/MyApplication/VUE/yeb_front/yeb/src\\\' ERROR in ./s

    2024年02月11日
    浏览(50)
  • 前端报错 : Module not found: Error: Can‘t resolve ‘xxx‘ in ‘xxx‘

    Module not found: Error: Can\\\'t resolve \\\'../src/comporents/MyHeader\\\' in \\\'C:Users15718Desktopeightsrc\\\' 模块未找到:错误:无法解决../src/comporents/MyHeader\\\' 在 \\\'C:Users15718Desktopeightsrc\\\' 错误原因是组件引入  App.vue/其他组件 时出错了,仔细检查引入的 文件名大小写及单词拼写是否正确!! ! 我的就是comp

    2024年02月09日
    浏览(48)
  • Module not found: Error: Can‘t resolve “xxx“ in “xxx“导致该问题的解决方案

    先看报错提示      根据报错提示反应的情况是:找不到模块:错误:无法解析 在遇到报错时应该仔细阅读报错提示,这样解决起来也不会没有头绪 在红色遮挡下有该报错出现的主要原因 在此处我们谈论一下解决该类报错的几种方法 1:在非路由组件中出现了图片路径,而

    2024年02月03日
    浏览(49)
  • vue 解决:Module not found: Error: Can‘t resolve ‘vue-router‘ 的问题

    其一、报错为: Module not found: Error: Can\\\'t resolve \\\'vue-router\\\' 中文为: 找不到模块:错误:无法解析“vue-router” 其二、问题描述为: 根据报错的中文信息可知:应该是无法解析 vue-router 模块,应该是 vue-router 的版本或引入出了问题; 其一、查看 vue-router 的使用或引入方式是否有

    2024年01月25日
    浏览(55)
  • Vue-cli中报错Module not found: Error: Can‘t resolve ‘vue-router‘

    背景 配置尚硅谷的尚品汇环境时,报如下错误: 出错的代码 看了一下我的代码没有问题,然后打开bilibili视频评论看来其他大佬的解决方法 使用npm install --save vue-router@3 安装3.5.5版本的,结果可以运行 困扰我好几个小时的问题终于解决了,感谢这位大佬 总结 遇到问题,可以

    2024年02月12日
    浏览(50)
  • VUE前端启动报错Module not found: Error: Can‘t resolve ‘sass-loader‘

    这个错误提示通常是由于缺少 sass-loader 包导致的。要解决这个问题,可以尝试以下几种方法: 1、确认项目中是否已安装 sass-loader 包。可以在项目根目录下运行以下命令进行确认: 如果没有显示 sass-loader 包或显示版本号为红色,可能需要先安装 sass-loader 包: 2、确认项目中

    2024年02月12日
    浏览(59)
  • vue前端系统启动报错Module not found: Error: Can‘t resolve ‘sass-loader‘

    1、确认项目中是否已安装 node-sass 包。sass-loader 是依赖于 node-sass 包的,如果没有安装 node-sass 包,也会导致无法找到 sass-loader 包。 安装 node-sass 包: 2、确认项目中是否已安装 sass-loader 包。 安装 sass-loader 包:

    2024年02月20日
    浏览(46)
  • Module not found: Error: Can‘t resolve

    只需要再webpack添加这个配置即可 resolve: {      extensions: [\\\'.ts\\\', \\\'.js\\\']    }  

    2024年02月13日
    浏览(48)
  • react引入antd报错找不到antd/dist/antd.css Module not found: Error: Can‘t resolve ‘antd/dist/antd.css‘ in

    直接使用了yarn add antd 命令安装,默认安装的是最新的5.0.0的版本 按照官网在App.css引入  报错  观察引入路径,去node_modules查找  发现antd/dist中并没有css相关文件,仅有js相关文件 卸载之前的antd  尝试降低版本,yarn指定版本号   安装成功,查看node_modules,现在就全了    按照

    2024年02月16日
    浏览(60)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包