serverless / serverless

⚡ Serverless Framework – Use AWS Lambda and other managed cloud services to build apps that auto-scale, cost nothing when idle, and boast radically low maintenance.
https://serverless.com
MIT License
46.3k stars 5.69k forks source link

Detected unrecognized CLI options: "--d". #12626

Open seanchen2019 opened 1 week ago

seanchen2019 commented 1 week ago

Issue description

2024-06-21T20:09:35.7785383Z ##[section]Starting: Npm Build 2024-06-21T20:09:35.7792292Z ============================================================================== 2024-06-21T20:09:35.7792726Z Task : Bash 2024-06-21T20:09:35.7792925Z Description : Run a Bash script on macOS, Linux, or Windows 2024-06-21T20:09:35.7793212Z Version : 3.239.1 2024-06-21T20:09:35.7793422Z Author : Microsoft Corporation 2024-06-21T20:09:35.7793668Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash 2024-06-21T20:09:35.7793964Z ============================================================================== 2024-06-21T20:09:36.6718429Z Generating script. 2024-06-21T20:09:36.6735438Z ========================== Starting Command Output =========================== 2024-06-21T20:09:36.6751683Z [command]/usr/bin/bash /home/ado/_temp/59d70376-0e22-4d18-841a-c63e382da070.sh 2024-06-21T20:09:36.6849740Z + npm run build 2024-06-21T20:09:37.2816799Z 2024-06-21T20:09:37.2818691Z > ds-inventory-ims@0.0.4 build 2024-06-21T20:09:37.2820379Z > rimraf ./build && ./node_modules/.bin/serverless webpack --out build -d --stage local 2024-06-21T20:09:37.2822273Z 2024-06-21T20:09:39.5693573Z Environment: linux, node 18.15.0, framework 3.39.0 (local), plugin 7.2.3, SDK 4.5.1 2024-06-21T20:09:39.5695264Z Docs: docs.serverless.com 2024-06-21T20:09:39.5696406Z Support: forum.serverless.com 2024-06-21T20:09:39.5697670Z Bugs: github.com/serverless/serverless/issues 2024-06-21T20:09:39.5698633Z 2024-06-21T20:09:39.5700150Z Error: 2024-06-21T20:09:39.5702641Z Detected unrecognized CLI options: "--d". 2024-06-21T20:09:39.5703496Z 2024-06-21T20:09:39.5915442Z 2024-06-21T20:09:39.6077467Z 1 deprecation found: run 'serverless doctor' for more details 2024-06-21T20:09:39.8702655Z ##[error]Bash exited with code '1'. 2024-06-21T20:09:39.8748132Z ##[section]Finishing: Npm Build

Context

No response