gpt4 book ai didi

database - 环回: Cannot find module 'negotiator'

转载 作者:太空宇宙 更新时间:2023-11-04 02:26:46 26 4
gpt4 key购买 nike

我正在尝试使用 Loopback为我现有的数据库创建一个 api。当我尝试“发现”模型时,出现此错误:

Message: Cannot find module 'negotiator'
Request: /workspace/api/DataSourceDefinitions/server.tweetvtds/testConnection
Staus: 500
Error: Cannot find module 'negotiator'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (~/lb/node_modules/loopback/node_modules/express/node_modules/accepts/index.js:1:80)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)

我在其他地方读到我应该尝试:

# uninstall the existing version
npm uninstall -g generator-loopback
# install it again
npm install -g generator-loopback

但这并没有帮助。这个错误是什么意思以及如何修复它?

最佳答案

事实证明,该项目的初始构建并未完全完成。

在初始构建期间,Loopback 打印了以下内容:

I'm all done. Running npm install for you to install the required
dependencies. If this fails, try running the command yourself.

create .editorconfig
create .jshintignore
create .jshintrc
create README.md
create server/boot/authentication.js
create server/boot/explorer.js
create server/boot/rest-api.js
create server/boot/root.js
create server/middleware.json
create server/server.js
create .gitignore
create client/README.md

未能完成此步骤;但是,由于某种原因,我自己运行“npm install”并没有解决问题。所以,我刚刚构建了一个新的环回项目,现在一切正常。

关于database - 环回: Cannot find module 'negotiator' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29925398/

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