Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

1.8.12 -> memory leak #299

Closed
extravio opened this issue Dec 10, 2021 · 11 comments · Fixed by #301
Closed

1.8.12 -> memory leak #299

extravio opened this issue Dec 10, 2021 · 11 comments · Fixed by #301

Comments

@extravio
Copy link

extravio commented Dec 10, 2021

Hi there,

The installation of the latest version of the library seems to be causing memory leak issues.
Everything was working fine until a few hours ago.
It seems to coincide with the release of the version 1.8.12.

warning "sfpowerkit > @salesforce/command > @oclif/command@1.8.12" has unmet peer dependency "@oclif/config@^1".

image

Could you please have a look?

@stoevie
Copy link

stoevie commented Dec 10, 2021

Hi, we have the same problem. Is there an option to install an older version of oclif?

@monsterboom
Copy link

i am sad to see that....When to fix it?

@revolunet
Copy link

same here, only happen with yarn

add this to package.json to prevent that

 "resolutions": {
    "@oclif/command": "1.8.10"
}

@devthejo
Copy link

same problem here oclif/oclif#757

@munikumare
Copy link

Any work around please??

@hassanalamibmx
Copy link

hassanalamibmx commented Dec 10, 2021

@munikumare if your ci job is trying to install a plugin, try to clone it from GitHub instead, and link it using sfdx plugins:link <directory>.
Let me know if this helps.

@yippie
Copy link

yippie commented Dec 10, 2021

This update just took out ALL versions of the SFDX CLI. This needs to be fixed ASAP (and sfdx cli team need to learn to shrinkwrap)

@munikumare
Copy link

@munikumare if your ci job is trying to install a plugin, try to clone it from GitHub instead, and link it using sfdx plugins:link <directory>.
Let me know if this helps.

@hassanalamibmx - Thanks but no luck, this is what I see after linking the directory.
Screen Shot 2021-12-10 at 8 51 01 PM

@cromwellryan
Copy link

Thank you for reporting this issue and all of the follow up comments.

The sfdx team is aware and working on a resolution. We're tracking this on forcedotcom/cli#1319.

We'll be sure to follow up here as well.

cc @yippie

@RodEsp
Copy link
Contributor

RodEsp commented Dec 10, 2021

FYI We are tracking this at the oclif level here: oclif/oclif#758

@RodEsp
Copy link
Contributor

RodEsp commented Dec 10, 2021

There is a temporary fix out there for this now, please see oclif/oclif#758 (comment) for more details.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants