How to clear yarn / npm cache, or remove *.lock files
So, currently my project does not commit yarn.lock to the repository.
And I have access to https://experience.adobe.com/#/@myproject/cloud-manager/home.html/program/00001 to perform deployment (Real URI is redacted).
Currently, the build is failing due to one of the npm dependencies major version has changed.
I am wondering if there's any way we can clear yarn cache or lock files from the platform.
Error Log (Redacted):
06:39:39,772 [Exec Stream Pumper] [INFO] info If you think this is a bug, please open a bug report with the information provided in "/build_root/build/someprogram2-p33333/ui.frontend/yarn-error.log".error An unexpected error occurred: "ENOENT: no such file or directory, lstat '/build_root/build/someprogram2-p33333/xps-react/node_modules/autoprefixer'".
Sorry if this has been asked before, I am fairly new to AEM.
Please kindly assist me.