You may need an appropriate loader to handle this file type, currently no loaders are configured to

这篇具有很好参考价值的文章主要介绍了You may need an appropriate loader to handle this file type, currently no loaders are configured to。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

代码从git仓库拉的最新代码,下载node_module依赖包无法运行,以前已经下载的依赖包可以运行。

原因:

“@vueuse/head”: “^0.7.5”, 指的是 version 与version兼容 ,与2.3.1版本兼容,相当于2.X.X, 即>=2.3.1 < 3.0.0,不改变大版本号。

也就是说看着是0.7.5,但是有更新的话就会下载 大于0.7.5的版本

发现问题:

in ./node_modules/_@vueuse_head@0.7.9@@vueuse/head/dist/index.mjs

这种情况是将依赖包升级到了0.7.9版本导致的错误,锁死版本

这种问题在依赖包里找对应的依赖包:在 package.json 找 vueuse_head 相关的依赖包【“@vueuse/head”: “^0.7.5”,】,改成 【“@vueuse/head”: “0.7.5”,】将这个依赖包版本锁死,重新下载依赖包,解决

代码一样一个不能运行一个能运行,那就是先排差依赖包的版本问题了

运行错误

 ERROR  Failed to compile with 1 error                                                                                                                                                                      上午10:13:45

 error  in ./node_modules/_@vueuse_head@0.7.9@@vueuse/head/dist/index.mjs

Module parse failed: Unexpected token (126:41)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|     return "";
|   if (typeof template === "string") {
>     return template.replace("%s", title ?? "");
|   }
|   return template(unref(title));

 @ ./library/setup.js 12:0-42 15:12-22
 @ ./src/main.js
 @ multi ./node_modules/_webpack-dev-server@3.11.3@webpack-dev-server/client?http://192.168.0.235:9528&sockPath=/sockjs-node (webpack)/hot/dev-server.js ./src/main.js

错误效果图
you may need an appropriate loader to handle this file type, currently no lo,bug分享,git,javascript,javascript,前端,webpack文章来源地址https://www.toymoban.com/news/detail-687288.html

到了这里,关于You may need an appropriate loader to handle this file type, currently no loaders are configured to的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

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

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

相关文章

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

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

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

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

二维码1

领取红包

二维码2

领红包