gpt4 book ai didi

javascript - 类型错误[ERR_INVALID_CALLBACK] : Callback must be a function Express JS

转载 作者:太空宇宙 更新时间:2023-11-04 01:44:37 24 4
gpt4 key购买 nike

我安装了旧版本的 ExpressJS (npm iexpress@3 -g),并且 Express 生成器出现问题。在 shell 中输入 express -s -e 后,我得到:

    $ express -s -e

create : .

install dependencies:
$ cd . && npm install

run the app:
$ node app

fs.js:157
throw new ERR_INVALID_CALLBACK();
^

TypeError [ERR_INVALID_CALLBACK]: Callback must be a function
at maybeCallback (fs.js:157:9)
at Object.fs.writeFile (fs.js:1276:14)
at write (C:\Users\Влад\AppData\Roaming\npm\node_modules\express\bin\express:41
2:6)
at C:\Users\Влад\AppData\Roaming\npm\node_modules\express\bin\express:385:5
at C:\Users\Влад\AppData\Roaming\npm\node_modules\express\bin\express:427:11
at C:\Users\Влад\AppData\Roaming\npm\node_modules\express\node_modules\mkdirp\i
ndex.js:48:26

我的系统是Windows 7。

最佳答案

我遇到了这个,我的 Node 版本是10.0.0,我将其版本更改为9.11.2。这对我有用。您可以将 Node 更改为旧版本。希望对您有帮助。

关于javascript - 类型错误[ERR_INVALID_CALLBACK] : Callback must be a function Express JS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51915806/

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