Azure / Azure/static-web-apps-cli
Error message unclear when trying to deploy a Function with unsupported Node version
Nessuno ha ancora preso questa issue.
- Lingua principale
- TypeScript
- Stelle
- 668
- Fork
- 155
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Before filing this issue, please ensure you're using the latest CLI by running swa --version and comparing to the latest version on npm.
Are you accessing the CLI from the default port :4280 ?
- No, I am using a different port number (
--port) and accessing the CLI from that port - Yes, I am accessing the CLI from port
:4280
Make sure you are accessing the URL printed in the console when running
swa start!
ℹ️ NOTE: Make sure to enable debug logs when running any swa commands using --verbose=silly
Describe the bug
My SWA project was set to use Node.js runtime v20 (unsupported, but I didn't know that at the time) in the swa-cli.config.json file.
When trying to deploy, you get this message:
Even though both parameter are defined in the config. Same occurs when specifying the parameters as CLI flags.
The real issue is that the Node.js version set is unsupported, but the error is captured and wrongly reported by SWA CLI.
To Reproduce
Init a new SWA project, and set "apiVersion" to 20 in "swa-cli.config.json"
Expected behavior
Error reports clearly that runtime is unsupported.(it seems the error is properly reported by the StaticSiteClient, but not surfaced)
Desktop (please complete the following information):
- OS: MacOS
- Version14.4
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Riproducete la distribuzione usando apiVersion 20 in swa-cli.config.json, oppure i flag CLI equivalenti, e analizzate la gestione degli errori invocata da swa deploy. Verificate che l’errore relativo al runtime Node.js non supportato di StaticSiteClient venga riportato chiaramente invece di essere segnalato come parametri mancanti.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- azure, node.js, typescript
- Ambito
- cli, cloud
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100