Error On npm start with vite+core

npm audit fix --force

trim-newlines <3.0.1
Severity: high
Regular Expression Denial of Service in trim-newlines - https://github.com/advisories/GHSA-7p7h-4mm5-852v
fix available via npm audit fix --force
Will install [email protected], which is a breaking change
node_modules/trim-newlines
meow 3.4.0 - 5.0.0
Depends on vulnerable versions of trim-newlines
node_modules/meow
cpy 4.0.0 - 4.0.1
Depends on vulnerable versions of meow
node_modules/cpy
cpy-cli <=3.1.0
Depends on vulnerable versions of cpy
Depends on vulnerable versions of meow
node_modules/cpy-cli

4 high severity vulnerabilities

To address all issues (including breaking changes), run:
npm audit fix --force

after run: npm start show this error

need help please

more info:

npm audit report

trim-newlines <3.0.1
Severity: high
Regular Expression Denial of Service in trim-newlines - https://github.com/advisories/GHSA-7p7h-4mm5-852v
fix available via npm audit fix --force
Will install [email protected], which is a breaking change
node_modules/trim-newlines
meow 3.4.0 - 5.0.0
Depends on vulnerable versions of trim-newlines
node_modules/meow
cpy 4.0.0 - 4.0.1
Depends on vulnerable versions of meow
node_modules/cpy
cpy-cli <=3.1.0
Depends on vulnerable versions of cpy
Depends on vulnerable versions of meow
node_modules/cpy-cli

4 high severity vulnerabilities

To address all issues (including breaking changes), run:
npm audit fix --force

and when i try to build this happend:

D:\F7Projects\awsplay>npm run build-cordova android

[email protected] build-cordova
cross-env TARGET=cordova cross-env NODE_ENV=production vite build && node ./build/build-cordova.js && cd cordova && cordova build “android”

vite v2.6.13 building for production…
✓ 133 modules transformed.
[vite:css] Missing “./skeleton-elements.css” export in “skeleton-elements” package
file: D:/F7Projects/awsplay/src/css/framework7-custom.less:null:-1
error during build:
Error: Missing “./skeleton-elements.css” export in “skeleton-elements” package
at less (D:\F7Projects\awsplay\node_modules\vite\dist\node\chunks\dep-85dbaaa7.js:20596:33)
at async compileCSS (D:\F7Projects\awsplay\node_modules\vite\dist\node\chunks\dep-85dbaaa7.js:20227:34)
at async Object.transform (D:\F7Projects\awsplay\node_modules\vite\dist\node\chunks\dep-85dbaaa7.js:19876:50)
at async ModuleLoader.addModuleSource (D:\F7Projects\awsplay\node_modules\rollup\dist\shared\rollup.js:22105:30)
at async ModuleLoader.fetchModule (D:\F7Projects\awsplay\node_modules\rollup\dist\shared\rollup.js:22158:9)
at async Promise.all (index 2)
at async ModuleLoader.fetchStaticDependencies (D:\F7Projects\awsplay\node_modules\rollup\dist\shared\rollup.js:22193:34)
at async Promise.all (index 0)
at async ModuleLoader.fetchModule (D:\F7Projects\awsplay\node_modules\rollup\dist\shared\rollup.js:22169:9)
at async Promise.all (index 1)

Make sure you have skeleton elements version 3 installed:

npm install skeleton-elements@3

Update all, dependecies, update f7 to last version and add npm system variables. And all work good. Thanks