Skip to content
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

npm dependency to be set to current version and higher #2592

Closed
hungrypipo opened this issue Dec 5, 2023 · 3 comments
Closed

npm dependency to be set to current version and higher #2592

hungrypipo opened this issue Dec 5, 2023 · 3 comments
Labels
more information required Issue requires more information or a response from the customer

Comments

@hungrypipo
Copy link

The two dependencies:
@salesforce/plugin-trust
@oclif/plugin-plugins

Are set to a specific version based on NodeJS LTS which is great, just need the setting to be that and higher

so instead of
"npm": "9.9.1"

do this
"npm": "^9.9.1"

The reason is our environment is controlled so the NodeJS version will be updated for us before we have a chance to get a newer artifact to support that newer version. This is because it's a Jenkins pipeline where we install the cli during each pipeline run so the NodeJS will update before we get a new cli artifact into our repository and update our Jenkins scripts.

@hungrypipo hungrypipo added the investigating We're actively investigating this issue label Dec 5, 2023
Copy link

github-actions bot commented Dec 5, 2023

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.

Copy link

github-actions bot commented Dec 5, 2023

Hello @hungrypipo 👋 It looks like you didn't include the full Salesforce CLI version information in your issue.
Please provide the output of version --verbose --json for the CLI you're using (sf or sfdx).

A few more things to check:

  • Make sure you've provided detailed steps to reproduce your issue.
    • A repository that clearly demonstrates the bug is ideal.
  • Make sure you've installed the latest version of Salesforce CLI. (docs)
    • Better yet, try the rc or nightly versions. (docs)
  • Try running the doctor command to diagnose common issues.
  • Search GitHub for existing related issues.

Thank you!

@github-actions github-actions bot added more information required Issue requires more information or a response from the customer and removed investigating We're actively investigating this issue labels Dec 5, 2023
@mdonnalley
Copy link
Contributor

@hungrypipo Thanks for the issue - I'm going to close this though since there's already an open discussion based on your previous issue: #2585

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more information required Issue requires more information or a response from the customer
Projects
None yet
Development

No branches or pull requests

2 participants