Отсутствуют необходимые пакеты:
Код:
npm install --save-dev @types/classnames
PS C:\streetrp-main> npm install --save-dev @types/classnames
up to date, audited 225 packages in 1s
30 packages are looking for funding
run
npm fund
for details
1 moderate severity vulnerability
To address all issues (including breaking changes), run:
npm audit fix --force
Run
npm audit
for details.
PS C:\streetrp-main> npm run build
streetrp-server@0.1.0 build
npm run build:ui && npm run build:client && npm run build:server
streetrp-server@0.1.0 build:ui
cd src_ui && npm run build
streetrp-ui@0.1.0 build
cross-env DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=false node --openssl-legacy-provider scripts/build.js
Creating an optimized production build...
Failed to compile.
TypeScript error in undefined(undefined,undefined):
Cannot find type definition file for 'classnames'.
The file is in the program because:
Entry point for implicit type library 'classnames' TS2688
PS C:\streetrp-main>