IBM-Cloud / ibm-developer-extension-vscode

Extension for VS Code editor to enable IBM Cloud CLI capabilities from within the editing environment.
https://marketplace.visualstudio.com/items?itemName=IBM.ibm-developer
Apache License 2.0
13 stars 10 forks source link

bx dev create failed #23

Open phherlibm opened 6 years ago

phherlibm commented 6 years ago

Hi the bx dev create failed :

$ bx dev create
? Sélectionnez un type de ressource :                     
1. Service de back-end / Appli Web
2. Client mobile
Enter a number> 1

? Sélectionnez un langage :
1. Java - MicroProfile / Java EE
2. Java - Spring Framework
3. Node
4. Python
5. Swift
Enter a number> 3

? Sélectionnez un kit de démarrage ou sélectionnez la dernière option pour avoir plus d'informations :
1. Appli Web: Express.js Basic
2. Appli Web: Express.js React
3. Appli Web: Express.js Webpack
4. BFF (Backend for Frontend): Express.js Backend
5. Microservice: Express.js Microservice
6. Afficher plus de détails
Enter a number> 5

? Entrez un nom pour votre projet> phntest
FAILED
Impossible de déterminer le nom du module de démarrage. Réessayez.

The error message is in French ; I don't know what could be the original message ; my guess is something like "Impossible to determine the name of the bootstrap module. Retry."

What was wrong ? I have no idea what to do.

Thanks Philippe.