Closed cutterbl closed 1 year ago
Hey, @cutterbl. Thanks for submitting this, we're aiming to publish a fix ASAP.
In order to help us repro the issue a bit easier, could you share the package.json
and package-lock.json
files you're using? If this is impossible to share, could we at least get the dependencies
and devDependencies
objects from your package.json?
Thanks!
I saw this from multiple repositories, some with a private package manager (which I see you don't currently support). I did run it against Big Calendar, receiving the same error. package.json
and yarn.lock
are in GitHub repo.
Hi, @cutterbl. Thanks for that!
Judging by the contents of the stack trace you might be running a slightly old version of audit (about 1.5 weeks old I believe). I've just tried reproducing this using the latest Audit and it seems to work correctly (worth noting that npx won't download the latest version by default in case one already exists locally).
Attaching a screenshot below of the run for the current master HEAD of Big Calendar. Would you perhaps mind trying with npx @sandworm-audit@latest
and seeing if this did the trick?
@andreimarinescu Ah. All npm requests, for me, run through a proxy in our private package manager (Nexus), because of my .npmrc
file. I'll clear the cache there and hopefully get the up-to-date version. Sorry for the confusion.
Sandworm version latest (ran as 'npx' command)
Describe the bug When running
npx @sandworm/audit
I receive the following errorTo Reproduce Run
npx @sandworm/audit
against a local repositoryExpected behavior To receive the expected output
Node (please complete the following information):
Browser (please complete the following information):