Open Issues Need Help
View All on GitHub Fails to run when yarn or pnpm is forced via devEngines 34 minutes ago
AI Summary: The user is encountering an `EBADDEVENGINES` error when attempting to run a command (`yarn ng e2e`) in a project that uses the `devEngines` field in `package.json` to enforce a specific package manager like Yarn or pnpm. The error indicates a mismatch, as npm reports that the specified `packageManager` (e.g., "yarn") does not match "npm".
Complexity:
3/5
good first issue