猿问

诊断未捕获的类型错误:__webpack_require__(...).createServer

我有一个使用 Stripe 的 vue 项目,但是,就在最近,当我加载我的工作区时,这个错误一直在发生,我对如何诊断它感到非常迷茫。


有趣的是,我的实时版本没有错误,而且它们是完全相同的版本。


在过去的几个小时里,我四处搜索,看看是否能找到修复程序,但我没有运气就更新了我所有的项目插件。我不确定现在要采取什么步骤。


Uncaught TypeError: __webpack_require__(...).createServer is not a function

    at Object.eval (webpack-internal:///./node_modules/stripe/lib/stripe.js:9)

    at eval (webpack-internal:///./node_modules/stripe/lib/stripe.js:354)

    at Object../node_modules/stripe/lib/stripe.js (app.js:7341)

    at __webpack_require__ (app.js:1427)

    at fn (app.js:801)

    at eval (webpack-internal:///./src/main.js:24)

    at Module../src/main.js (app.js:8065)

    at __webpack_require__ (app.js:1427)

    at fn (app.js:801)

    at Object.1 (app.js:8572)

这是错误


收到一只叮咚
浏览 453回答 1
1回答

慕码人2483693

该错误表明您可能stripe在浏览器中使用(打算在 Node 中运行服务器端)。您应该切换到stripe-client或导入stripe.js from CDN。
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答