-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix false warning about deno and bun missing #830 #831
Conversation
It will cover cases and fix notices for Rust, Bun, and Node.js. I don't have Deno or Node.js, so the notices are accurate. cargo + Deno
cargo + Bun
No effect on existing solutionscargo + nodejs (npm | Pnpm | Yarn )
Cargo + Rust frontend
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add a change file in .changes
directory?
Sorry, I just added it now. I hope I did it the right way. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
Set
skip
to true in case Deno or Bun is the package manager. The existence of the package will be checked separately, and a notice for missing dependencies will still be provided when Cargo is used to create a project with Deno or Bun as the package manager.