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
nest new
yarn
nest g resource posts
@nestjs/mapped-types
npm
new project
@nestjs/mapped-types should be installed using yarn instead of npm since that's what i chose when created project.
Sadly no idea.
Nest version: 7.6.0 For Tooling issues: - Node version: 14.15.0 - Platform: Linux Others: Not relevant
The text was updated successfully, but these errors were encountered:
Similar issue here with information on what the solution can be
Sorry, something went wrong.
No branches or pull requests
Bug Report
Current behavior
nest new
and selectingyarn
as package managernest g resource posts
@nestjs/mapped-types
to package.json and installs it usingnpm
Input Code
new project
Expected behavior
@nestjs/mapped-types
should be installed usingyarn
instead ofnpm
since that's what i chose when created project.Possible Solution
Sadly no idea.
Environment
The text was updated successfully, but these errors were encountered: