我对featherjs是个新手,当我运行npm install并使用npm start运行时,我得到了下面的错误。我尝试使用来自github https://github.com/swina/feathersjs-webpush-notifications的一个示例项目。

发布于 2021-01-21 08:54:21
正如错误所说,您需要一个secret (可能还有额外的)配置来进行身份验证。它通常位于config/default.json (或config/<environment>.json)中。看看feathers-chat configuration,它是由命令行界面生成的标准配置和推荐的入门方式。有关身份验证配置的更多信息,请参阅authentication API documentation。
https://stackoverflow.com/questions/65802481
复制相似问题