You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If applicable, what version of Node.js are you using?
v22.6.0
Amplify CLI Version
12.12.6
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes made
Describe the bug
Upgrade rimraf because used version 3.0.2 is no longer supported & it uses other unsupported packages with problems, as per the following command line output:
$ npm update -g
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
Expected behavior
Using a newer (preferably most recent) version of rimraf to avoid memory leaks & other issues.
Reproduction steps
$ npm update -g
Project Identifier
No response
Log output
No response
Additional information
No response
Before submitting, please confirm:
I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
I have removed any sensitive information from my code snippets and submission.
The text was updated successfully, but these errors were encountered:
xyzzy-plugh-plover
changed the title
Upgrade rimraf as used 3.0.2 is no longer supported & uses other unsupported packages with problems
Upgrade rimraf because used 3.0.2 is no longer supported & uses other unsupported packages with problems
Aug 10, 2024
How did you install the Amplify CLI?
brew
If applicable, what version of Node.js are you using?
v22.6.0
Amplify CLI Version
12.12.6
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes made
Describe the bug
Upgrade rimraf because used version 3.0.2 is no longer supported & it uses other unsupported packages with problems, as per the following command line output:
Expected behavior
Using a newer (preferably most recent) version of rimraf to avoid memory leaks & other issues.
Reproduction steps
Project Identifier
No response
Log output
No response
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: