Uncaught TypeError:无法读取__webpack_require__上未定义的属性“调用”引导程序:19

问题描述

我不熟悉JavaScript(节点和npm)-在chrome调试器工具中出现以下错误

bootstrap:19 Uncaught TypeError: Cannot read property 'call' of undefined
    at __webpack_require__ (bootstrap:19)
    at eval (main.js:54)
    at Object../src/main.js (bootstrap:68)
    at __webpack_require__ (bootstrap:19)
    at eval (webpack:///multi_(:8080/webpack)-dev-server/client?:2:18)
    at Object.16 (bootstrap:68)
    at __webpack_require__ (bootstrap:19)
    at bootstrap:68
    at bootstrap:68

Picked up the code from here

当我通过./node_modules/.bin/webpack-dev-server --open
运行代码时 它会触发html-> client/demo/index.html

运行HTML时,出现上述错误

任何人都可以帮忙吗?非常感谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)