We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a developer using npm I want to be able to install schematics.
When trying to use the convict schematic, package installation fails when npm is configured as package manager.
@devon4node/schematics
nest g -c @devon4node/schematics convict
yarn is hard-coded in tree-utils in line 90
@devon4node/schematics: 5.0.1 @nestjs/cli: 9.0.0 node: 18.16.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
As a developer using npm I want to be able to install schematics.
Actual behavior
When trying to use the convict schematic, package installation fails when npm is configured as package manager.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
@devon4node/schematics
nest g -c @devon4node/schematics convict
Related/Dependent Issues
Comments/Hints:
yarn is hard-coded in tree-utils in line 90
Affected version:
@devon4node/schematics: 5.0.1
@nestjs/cli: 9.0.0
node: 18.16.12
The text was updated successfully, but these errors were encountered: