nebrelbug / npm-to-yarn

Convert npm CLI commands to yarn, and vice versa
https://nebrelbug.github.io/npm-to-yarn/test.html
MIT License
34 stars 9 forks source link

Fix issues with exact an optional in npm-to-yarn #26

Closed andrewnicols closed 1 year ago

andrewnicols commented 2 years ago

The conversion of --save- arguments like --save-exact, and --save-optional must come before the conversion of the `\s--saveargument, otherwise the whitespace from theinstall --saveis rewritten asinstall--save`.