Description
We have a nightly audit check where we run npx snync -d .
. Since last night this call started failing with the following error report:
Checking dependency: classnames
SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at RegistryClient.getPackageMetadataFromRegistry (file:///home/runner/.npm/_npx/0f3efbe0158474c2/node_modules/snync/src/RegistryClient.js:27:40)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
as seen here: https://github.com/nrwl/nx/runs/7992209443
Locally running snync
works as expected (although locally we have all packages installed while on CI we only do checkout).
Strangely, classnames
hasn't been published for over a year, the next package that should be checked, cliui
hasb't been changed for over 2 years, and the difference between snync
1.3.3 and 1.3.2 seems to be only in README.md. Running with v1.3.2 explicitly (i.e. npx snync@1.3.2 -d .
) gives the same error.
Output from https://registry.npmjs.org/classnames is valid JSON and the same goes for https://registry.npmjs.org/cliui.
Expected Behavior
Running npx snync -d .
on CI not to crash.
Current Behavior
Running npx snync -d .
on CI crashes.
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
- Library Version used: 1.3.3 and 1.3.2
- Node.js version (e.g. Node.js 5.4): 16.17.0
- Operating System and version (desktop or mobile): Desktop (VM) Ubuntu 20.04.4