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] Support for copy-pasting packages #48

Open
Juice10 opened this issue Apr 9, 2022 · 0 comments
Open

[Yarn] Support for copy-pasting packages #48

Juice10 opened this issue Apr 9, 2022 · 0 comments

Comments

@Juice10
Copy link

Juice10 commented Apr 9, 2022

It would be great if we could go from the message:

npm install ${notInstalled.map((pkg) => atLatest(pkg)).join(' ')} --save-dev

to

yarn add -D ${notInstalled.map((pkg) => atLatest(pkg)).join(' ')}

If a yarn.lock file exists in the projects root directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant