ArgumentError: Missing required argument: clientId

ArgumentError: Missing required argument: clientId

while 运行ning bootstrap-flight-search-form-part-2 使用命令 npm 运行 开始 它给出了错误

要在本地 运行 项目执行以下步骤:

npm install
  • app.js
  • 添加您的 API 密钥和 API 秘密
const amadeus = new Amadeus({
  clientId: 'YOUR_API_KEY',
  clientSecret: 'YOUR_API_SECRET'
});
  • 启动服务器
npm run start