forked from nebrelbug/npm-to-yarn
-
Notifications
You must be signed in to change notification settings - Fork 1
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
--save-exact
for npm install
isn't converted correctly
#7
Comments
favna
added a commit
to favna/npm-to-yarn
that referenced
this issue
Jul 11, 2022
Fixes armano2#7 Funny how these things go. I reported the issue then I started fixing a similar issue for npm to pnpm for sapphiredev/documentation-plugins#80 and turns out this fix also works for npm to yarn Example regexr: regexr.com/6phbp
armano2
added a commit
that referenced
this issue
Feb 12, 2023
This was referenced Feb 12, 2023
fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I found this fork through your contribution to Docusaurus. Seeing as the source repository appears to be dead I'm creating the issue here hoping you can fix this.
There is currently a bug with
npm install pkg --save-exact
getting converted toyarn add pkg-exact
instead ofyarn add pkg --exact
To Reproduce
Steps to reproduce the behavior:
npm install pkg --save-exact
to the npm-to-yarn with second argument set toyarn
Expected behavior
Gets converted to
yarn add pkg --exact
Package & Environment Details
Additional context
N.A.
The text was updated successfully, but these errors were encountered: