-
Notifications
You must be signed in to change notification settings - Fork 78
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
sf org login command for authentication always comes with a deprecation waring in GitLab pipeline script #3120
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hello @shabu74 👋 Your version of nodeJS ( We recommend using LTS and we support anything Node says is See Node's version status. This issue will be closed. If you're able to reproduce your issue on a supported node version, please open a new issue. |
When I used node 19, at least I got only one issue. But after using node 22, I got a heap of other errors too. Please suggest something only if it is working fine. (node:62) Warning: Closing file descriptor 24 on garbage collection
|
{ |
Summary
Salesforce CLI command for authentication always comes with a deprecation waring "Closing a FileHandle object on garbage collection is deprecated. Please close FileHandle objects explicitly using FileHandle.prototype.close(). In the future, an error will be thrown if a file descriptor is closed during garbage collection." in GitLab pipeline script
Steps To Reproduce
Execute sf org login sfdx-url command
Expected result
Successful authentication with out any warning
Actual result
Successful authentication, but with a deprecation warning
Additional information
System Information
The text was updated successfully, but these errors were encountered: