Skip to content
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

yarn not used when generating a resource for the first time #7003

Closed
philipodev opened this issue Apr 29, 2021 · 1 comment
Closed

yarn not used when generating a resource for the first time #7003

philipodev opened this issue Apr 29, 2021 · 1 comment
Labels
needs triage This issue has not been looked into

Comments

@philipodev
Copy link

Bug Report

Current behavior

  • creating a new project using nest new and selecting yarn as package manager
  • using nest g resource posts
  • generate method adds @nestjs/mapped-types to package.json and installs it using npm

Input Code

new project

Expected behavior

@nestjs/mapped-types should be installed using yarn instead of npm since that's what i chose when created project.

Possible Solution

Sadly no idea.

Environment


Nest version: 7.6.0

 
For Tooling issues:
- Node version: 14.15.0  
- Platform:  Linux 

Others:
Not relevant
@philipodev philipodev added the needs triage This issue has not been looked into label Apr 29, 2021
@jmcdo29
Copy link
Member

jmcdo29 commented Apr 29, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage This issue has not been looked into
Projects
None yet
Development

No branches or pull requests

3 participants