Today I found when I using npm update
command, it upgrade the package lock file version to 2 siliently automatically, is it possible to keep the specify lock file version? or keep the old lock file version? I only want to use the lock file version 1:
or is there any way to lock the lock file version?