After selecting which python framework I would like to use for the application (I select "default"), I get an error:
➜ nx g @nx-python/nx-python:nx-python --name=my-project --verbose
NX Generating @nx-python/nx-python:nx-python
✔ Which python framework would you like to use for the application? · default
Error: NOT SUPPORTED: keyword "id", use "$id" for schema ID
at Object.code (/Users/user/Projects/my-project/node_modules/ajv/dist/vocabularies/core/id.js:6:15)
at keywordCode (/Users/user/Projects/my-project/node_modules/ajv/dist/compile/validate/index.js:464:13)
at /Users/user/Projects/my-project/node_modules/ajv/dist/compile/validate/index.js:222:17
at CodeGen.code (/Users/user/Projects/my-project/node_modules/ajv/dist/compile/codegen/index.js:439:13)
at CodeGen.block (/Users/user/Projects/my-project/node_modules/ajv/dist/compile/codegen/index.js:568:18)
at iterateKeywords (/Users/user/Projects/my-project/node_modules/ajv/dist/compile/validate/index.js:219:9)
at groupKeywords (/Users/user/Projects/my-project/node_modules/ajv/dist/compile/validate/index.js:208:13)
at /Users/user/Projects/my-project/node_modules/ajv/dist/compile/validate/index.js:192:13
at CodeGen.code (/Users/user/Projects/my-project/node_modules/ajv/dist/compile/codegen/index.js:439:13)
at CodeGen.block (/Users/user/Projects/my-project/node_modules/ajv/dist/compile/codegen/index.js:568:18)
NX NOT SUPPORTED: keyword "id", use "$id" for schema ID
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
npm i -D @nx-python/nx-python
nx g @nx-python/nx-python:nx-python --name=my-project
Select "default" for the python framework to use
What is the expected behavior?
No error.
What is the motivation / use case for changing the behavior?
Plugin isn't able to generate new applications.
Please tell us about your environment:
Version: nx v18.2.4, @nx-python/nx-python v1.0.3
Browser: N/A
Language: Python
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
I'm submitting a ...
Do you want to request a feature or report a bug?
Report a bug.
After selecting which python framework I would like to use for the application (I select "default"), I get an error:
npm i -D @nx-python/nx-python
nx g @nx-python/nx-python:nx-python --name=my-project
No error.
Plugin isn't able to generate new applications.
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)