caused by #232
Is your feature request related to a problem? Please describe.
current implementation tells users to have a package lock file.
internally it is not really needed. instead, npm ls is utilized.
and sometimes it is just not there - see https://docs.npmjs.com/cli/v9/using-npm/config#package-lock
Describe the solution you'd like
remove the demand for a package lock file.
Additional context
see npm config for the topic: https://docs.npmjs.com/cli/v9/using-npm/config#package-lock
caused by #232
Is your feature request related to a problem? Please describe.
current implementation tells users to have a package lock file.
internally it is not really needed. instead,
npm lsis utilized.and sometimes it is just not there - see https://docs.npmjs.com/cli/v9/using-npm/config#package-lock
Describe the solution you'd like
remove the demand for a package lock file.
Additional context
see npm config for the topic: https://docs.npmjs.com/cli/v9/using-npm/config#package-lock