yarn run v1.22.19
warning ..\..\package.json: No license field
error Command "dlx" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Additional context
I tried to look at the docs to properly install yarn howver yarn 1.22.19 keeps coming up idk what to do
Self-service
Describe the bug
yarn-error.log
To reproduce
await packageJsonAndInstall({ dependencies:{
}, devDependencies: {
} })
await expect(yarn(
ng
,version
)).rejects.not.toThrow();Environment
Additional context
I tried to look at the docs to properly install yarn howver yarn 1.22.19 keeps coming up idk what to do