I'm trying to install "admin-lte": "^3.0.0" package via yarn in an alpine linux container:
/usr/src/app # yarn
yarn install v1.19.2
[1/4] Resolving packages...
warning admin-lte > [email protected]: Popper changed home, find its new releases at @popperjs/core
warning admin-lte > bootstrap-colorpicker > [email protected]: Popper changed home, find its new releases at @popperjs/core
warning admin-lte > tempusdominus-bootstrap-4 > [email protected]: Popper changed home, find its new releases at @popperjs/core
warning admin-lte > pdfmake > pdfkit > fontkit > babel-runtime > [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
[2/4] Fetching packages...
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning "admin-lte > [email protected]" has unmet peer dependency "moment-timezone@^0.5.11".
warning "admin-lte > [email protected]" has unmet peer dependency "[email protected]".
warning " > [email protected]" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
warning "webpack-dev-server > [email protected]" has unmet peer dependency "webpack@^4.0.0".
[4/4] Building fresh packages...
[1/3] â ‚ flag-icon-css
[2/3] â ‚ core-js
error /usr/src/app/node_modules/admin-lte: Command failed.
Exit code: 127
Command: npm run plugins
Arguments:
Directory: /usr/src/app/node_modules/admin-lte
Output:
unfortunately the installation halts without much else to print.
missing nodejs-npm package
Most helpful comment
missing
nodejs-npmpackage