pnpm monorepo support #101
acherkashin
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
|
Hi @acherkashin! Thank you for the kind words 😊 You are correct - Sandworm doesn't currently support workspaces. I've added some notes in the docs to make this explicit. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Sandworm version
1.29.1
Describe the bug
Does sandworm-audit supports pnpm monorepos?
In the root of my repository there are 2 files:
There is no
package.jsonin the same folder withpnpm-lock.yaml. At the same time, every package of monorepo has apackage.json.When I try to run
sandworm-auditin the root of the repository, I get the following error.System (please complete the following information):
Additional context
I tried to use sandworm in a project where yarn 1 is used, and it works great. Thank you for this cool project 👍
Beta Was this translation helpful? Give feedback.
All reactions