-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: check node engines version in package.json #1847
Conversation
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.
Hi @t-mangoe thank you for your contribution. I have added a few suggestions hopefully nothing major.
Can you also update the Docs for the NodeJS module to include this additional configuration (you only need to update the English docs all translations are done via translate.starship.rs).
Cargo.toml
Outdated
@@ -30,16 +30,16 @@ tls-vendored = ["native-tls/vendored"] | |||
[dependencies] | |||
clap = "2.33.3" | |||
ansi_term = "0.12.1" | |||
dirs-next = "2.0.0" |
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.
Can you revert the downgrades to these libraries?
@andytom Thank you for your review. |
Hi @t-mangoe, Sorry for the delay in replying. Thanks for fixing the issues unfortunately it looks like there are still some conflicts with the |
@andytom |
I have resolved conflicts. |
Thank you for your contribution @t-mangoe |
* check node engines version in package.json * fix code, following review.
Description
I added codes which check node.js engines version written in package.json
Motivation and Context
Closes #1605
How Has This Been Tested?
Checklist:
-> I added two tests.