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

Incorrect README.md commands for yarn #249

Closed
iffa opened this issue Nov 8, 2019 · 0 comments · Fixed by nestjs/nest-cli#1803
Closed

Incorrect README.md commands for yarn #249

iffa opened this issue Nov 8, 2019 · 0 comments · Fixed by nestjs/nest-cli#1803

Comments

@iffa
Copy link

iffa commented Nov 8, 2019

I'm submitting a...


[ ] Regression 
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

Current behavior

Creating a new project using nest new and selecting yarn as package manager incorrectly populates README.md with npm commands.

Expected behavior

nest new with yarn should populate README.md with yarn commands.

Minimal reproduction of the problem with instructions

nest new asd -p yarn

Environment

$ nest -V: 6.11.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment