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
This discussion was converted from issue #182 on September 13, 2023 15:22.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Some of the fields in
package.json
is present inpackage-lock.json
, e.gengines
. It would be useful to have a helper to update the lockfile as well:After
pkg.save()
it would be useful to have a new function to update the lockfile:or perhaps a flag to
save()
:My current workaround is to call
spawnSync
(I noticedexecCommand
was implemented in that way):Beta Was this translation helpful? Give feedback.
All reactions