-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add command isn't working as expected #297
Labels
Comments
I'm getting another error: $ npx nest add @nestjs/azure-storage
✔ Package installation in progress... ☕
Starting library setup...
Error: NOT SUPPORTED: keyword "id", use "$id" for schema ID
at Object.code (/tmp/add-issue/node_modules/ajv/dist/vocabularies/core/id.js:6:15)
at keywordCode (/tmp/add-issue/node_modules/ajv/dist/compile/validate/index.js:454:13)
at /tmp/add-issue/node_modules/ajv/dist/compile/validate/index.js:222:17
at CodeGen.code (/tmp/add-issue/node_modules/ajv/dist/compile/codegen/index.js:439:13)
at CodeGen.block (/tmp/add-issue/node_modules/ajv/dist/compile/codegen/index.js:568:18)
at iterateKeywords (/tmp/add-issue/node_modules/ajv/dist/compile/validate/index.js:219:9)
at groupKeywords (/tmp/add-issue/node_modules/ajv/dist/compile/validate/index.js:208:13)
at /tmp/add-issue/node_modules/ajv/dist/compile/validate/index.js:192:13
at CodeGen.code (/tmp/add-issue/node_modules/ajv/dist/compile/codegen/index.js:439:13)
at CodeGen.block (/tmp/add-issue/node_modules/ajv/dist/compile/codegen/index.js:568:18) |
I think it's an another issue |
Same for me on windows
|
@blowsie @xuzaixian Please try again with the new v4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current behavior
nest new add-issue
cd add-issue
nest add @nestjs/azure-storage
After a while, when @nestjs/azure-storage is actually installed.
nest add @nestjs/azure-storage
works as expectedMinimum reproduction code
nest new add-issue
Steps to reproduce
nest new add-issue
cd add-issue
nest add @nestjs/azure-storage
Expected behavior
use library schematic after package install.
Package version
8.2.6
NestJS version
No response
Node.js version
No response
In which operating systems have you tested?
Other
I found out that variable
collect
here is alwasytrue
。It seems that the problem is
run
function here will resolve immediately.The text was updated successfully, but these errors were encountered: