On 25/04/2026 13:22, Sudarshan Srivatsan wrote:
Hello everyone, I had installed extra/zed recently, and it depends on npm and Node.js. Every time npm is updated in the repositories, there are always file conflicts. For now, I have been appending '--overwrite="*"', but I know that is not best practice. I also know that Zed pulls other packages directly via npm. Is there any way to prevent this, or is Zed/npm the issue, and nothing can be done except a request upstream? Sudarshan
If you get file conflicts, run pacman -Qo on the conflicting files to see who owns them and if they aren't owned it might be something you have sudo npm installed.
