gpt4 book ai didi

webpack - 错误 : Child compilation failed: Cannot find module 'handlebars' 中的错误

转载 作者:行者123 更新时间:2023-12-05 00:54:50 24 4
gpt4 key购买 nike

我最近删除了所有 node_modules做了一个新鲜的npm install .并不断收到此错误:

ERROR in   Error: Child compilation failed:
Cannot find module 'handlebars'

- compiler.js:76
[wallet-admin]/[html-webpack-plugin]/lib/compiler.js:76:16

- Compiler.js:214 Compiler.<anonymous>
[wallet-admin]/[webpack]/lib/Compiler.js:214:10

- Compiler.js:403
[wallet-admin]/[webpack]/lib/Compiler.js:403:12

- Tapable.js:67 Compiler.next
[wallet-admin]/[tapable]/lib/Tapable.js:67:11

- CachePlugin.js:40 Compiler.<anonymous>
[wallet-admin]/[webpack]/lib/CachePlugin.js:40:4

- Tapable.js:71 Compiler.applyPluginsAsync
[wallet-admin]/[tapable]/lib/Tapable.js:71:13

- Compiler.js:400 Compiler.<anonymous>
[wallet-admin]/[webpack]/lib/Compiler.js:400:9

Child html-webpack-plugin for "index.html":

ERROR in Cannot find module 'handlebars'

不知道发生了什么...我尝试更改所有版本: html-webpack-plugin , webpack , handlebars-loader认为这是一个版本问题。似乎不是。有任何想法吗?

最佳答案

谢天谢地,我在我的 webpack.config.js 中找到了自己的问题……在模块下的文件中,我将 Handlebars 加载器设置为:

module: {
loaders: [
{
// this should be /\.handlebars$/
test: /\.hbs$/,
exclude: /(node_modules)/,
loader: 'handlebars-loader'
}
]
}

但由于某种原因,它需要扩展名 .handlebars而不仅仅是 .hbs即使我的文件是 .hbs .一个谜团解开了,另一个谜团被发现了。但它有效!

关于webpack - 错误 : Child compilation failed: Cannot find module 'handlebars' 中的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39217320/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com