-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Description
Warnings and Vulnerabilities During Build
Steps to Reproduce
- Clone the repository:
git clone https://github.com/floating/frame cd frame - Set up Node.js:
nvm install 18.12.1 nvm use 18.12.1 - 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 auditreports 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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels