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
# reify to build package tree in node_modules
arborist reify
# remove all metadata about resolved/integrity
rm package-lock.json node_modules/.package-lock.json
# reify again to create a lockfile without full metadata
arborist reify # <-- this should warn
The text was updated successfully, but these errors were encountered:
fritzy
changed the title
FEATURE: log warning when saving lockfile lacking resolved/integrity for non-bundled dependencies
FEATURE(arborist) log warning when saving lockfile lacking resolved/integrity for non-bundled dependencies
Jan 20, 2022
From npm/arborist#270
Reproduction case:
The text was updated successfully, but these errors were encountered: