# What / Why > NPM fails to due to create(?) locks (not package-lock.json) during installation. ## When * Appears to happen when performing multiple parallel installs. ## Where * https://dev.azure.com/definitelytyped/DefinitelyTyped/_build/results?buildId=24313 * Also occurs locally on MacOS ## How ### Current Behavior * Will occassionally fail to `lchown` npm lock files (not package-lokc.json). ### Steps to Reproduce * See `where` section. * It is possible to repro this by performing the following steps: * Clone my fork of DT and checkout my branch related to this [PR](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/40438) * Initialise via `npm install` * Run `npm test node` ### Expected Behavior * Locking does not failed. ## Who * Unsure ## References * https://github.com/microsoft/types-publisher/issues/707