frame icon indicating copy to clipboard operation
frame copied to clipboard

Warnings and Vulnerabilities During Build

Open albeus opened this issue 10 months ago • 0 comments

Warnings and Vulnerabilities During Build

Steps to Reproduce

  1. Clone the repository:
    git clone https://github.com/floating/frame
    cd frame
    
  2. Set up Node.js:
    nvm install 18.12.1
    nvm use 18.12.1
    
  3. Install dependencies and build:
    npm run setup
    npm run prod
    

Observed Behavior

  • During installation and build, I see warnings about unsupported engines:
    npm WARN EBADENGINE Unsupported engine
    
  • Running npm audit reports multiple security vulnerabilities:
    31 vulnerabilities (6 low, 8 moderate, 16 high, 1 critical)
    

Environment

  • Node.js version: 18.12.1 (as recommended in the documentation)
  • Clean environment, no code modifications

Questions

  • Are the engine warnings expected with Node 18.12.1, or is there a recommended workaround?
  • Are there plans to address the reported security vulnerabilities, or guidance for contributors to help resolve them?

Thank you for your help!

albeus avatar Jun 04 '25 10:06 albeus