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

stick to @nextcloud/files v2 #5265

Closed

Commits on Jan 15, 2024

  1. stick to @nextcloud/files v2

    * Forward ports: #5264
    * Resolves: failing build in #5251
    
    `@nextcloud/files` requires node 20 and npm 9. This dependency was introduced based on a beta version that did not have these requirements yet. Roll back to version 2 rather than updating the entire node stack.
    
    Only difference here is that `formatFileSize` which we use will default to non-binary file sizes - i.e 1.024KB instead of 1KiB as this only became available with v3:
    * https://github.com/nextcloud-libraries/nextcloud-files/pull/770/files#diff-237392127cb275fc6789cf6faec014d758950c87ccdab0329dde793d034190d8
    
    Signed-off-by: Max <[email protected]>
    max-nextcloud authored and juliusknorr committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e05aa25 View commit details
    Browse the repository at this point in the history