You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a package.json with some empty lines (in this case intentionally), that doesn't specify packageManager, then running a shim (for example yarn install) adds the packageManager attribute but removes the empty lines. I would expect that any existing whitespace in the file would be preserved.
If I have a package.json with some empty lines (in this case intentionally), that doesn't specify
packageManager
, then running a shim (for exampleyarn install
) adds thepackageManager
attribute but removes the empty lines. I would expect that any existing whitespace in the file would be preserved.Versions
Reproduction
For example, starting with:
running:
modifies this to:
The text was updated successfully, but these errors were encountered: