gpt4 book ai didi

mongodb - Strapi 服务器无法正常启动。/documentation/: policy. 拆分不是函数

转载 作者:行者123 更新时间:2023-12-05 06:06:07 25 4
gpt4 key购买 nike

我最近在启动 strapi 应用程序时遇到了这个错误。之前一切都很好。我一直在寻找,但仍然不知道如何解决这个问题。以前有人遇到过这个错误吗?

> strapi start

[2021-01-23T11:19:49.618Z] debug ⛔️ Server wasn't able to start properly.
[2021-01-23T11:19:49.619Z] error Error creating endpoint get /documentation/: policy.split is not a function or its return value is not iterable

请注意,我的应用程序没有路径 /documentation。其文档的 strapi 默认路径除外。

这是我的应用程序依赖项,我尝试使用节点 10、12、14、15。它们都有相同的错误:

    "dateformat": "^3.0.3",
"excel4node": "^1.7.2",
"nodemailer": "^6.4.11",
"os": "^0.1.1",
"sha256": "^0.2.0",
"strapi": "3.0.0-beta.20.3",
"strapi-admin": "3.0.0-beta.20.3",
"strapi-connector-mongoose": "3.0.0-beta.20.3",
"strapi-plugin-content-manager": "3.0.0-beta.20.3",
"strapi-plugin-content-type-builder": "3.0.0-beta.20.3",
"strapi-plugin-documentation": "^3.0.0-beta.20.3",
"strapi-plugin-email": "3.0.0-beta.20.3",
"strapi-plugin-upload": "3.0.0-beta.20.3",
"strapi-plugin-users-permissions": "3.0.0-beta.20.3",
"strapi-utils": "3.0.0-beta.20.3",
"uuid": "^8.3.1",
"xlsx": "^0.16.5"

最佳答案

请按照以下步骤操作:

  1. ^3.0.0-beta.20.3 替换为 strapi-plugin-documentation 依赖项中的 3.0.0-beta.20.3。 (注意删除了 ^)。
  2. 删除 package-lock.jsonyarn.lock 文件。
  3. 重新安装依赖项。

现在重新运行 Strapi,问题必须得到解决。

关于mongodb - Strapi 服务器无法正常启动。/documentation/: policy. 拆分不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65858698/

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