• 6 Posts
  • 4 Comments
Joined 10 months ago
cake
Cake day: November 14th, 2023

help-circle






  • ELECTRON_SKIP_BINARY_DOWNLOAD

    Thanks to aiz.wallenstein in FreeBSD Discord at https://discord.com/channels/727023752348434432/1255742756375101500/1256750137582293062 (in response to a failed npm audit fix for a different software title):

    % setenv ELECTRON_SKIP_BINARY_DOWNLOAD 1
    % npm install
    npm warn deprecated [email protected]: Please use @electron/osx-sign moving forward. Be aware the API is slightly different
    
    added 604 packages, and audited 605 packages in 1m
    
    70 packages are looking for funding
      run `npm fund` for details
    
    19 vulnerabilities (6 moderate, 8 high, 5 critical)
    
    To address issues that do not require attention, run:
      npm audit fix
    
    To address all issues possible (including breaking changes), run:
      npm audit fix --force
    
    Some issues need review, and may require choosing
    a different dependency.
    
    Run `npm audit` for details.
    % npm audit fix
    
    added 4 packages, removed 1 package, changed 9 packages, and audited 608 packages in 22s
    
    70 packages are looking for funding
      run `npm fund` for details
    
    # npm audit report
    
    …