[BUG] can't install via yarn
See original GitHub issueI’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 > popper.js@1.16.1: Popper changed home, find its new releases at @popperjs/core
warning admin-lte > bootstrap-colorpicker > popper.js@1.16.1: Popper changed home, find its new releases at @popperjs/core
warning admin-lte > tempusdominus-bootstrap-4 > popper.js@1.16.1: Popper changed home, find its new releases at @popperjs/core
warning admin-lte > pdfmake > pdfkit > fontkit > babel-runtime > core-js@2.6.11: 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 fsevents@1.2.11: The platform "linux" is incompatible with this module.
info "fsevents@1.2.11" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@2.1.2: The platform "linux" is incompatible with this module.
info "fsevents@2.1.2" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning "admin-lte > tempusdominus-bootstrap-4@5.1.2" has unmet peer dependency "moment-timezone@^0.5.11".
warning "admin-lte > tempusdominus-bootstrap-4@5.1.2" has unmet peer dependency "tempusdominus-core@5.0.3".
warning " > webpack-dev-server@3.10.1" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
warning "webpack-dev-server > webpack-dev-middleware@3.7.2" 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.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
[Bug] Not running simple yarn install · Issue #625 · yarnpkg/berry
FWIW the quickest fix if you can't find the offending yarn.lock file is to simply touch yarn.lock from the folder you're trying to...
Read more >Yarn install command error No such file or directory: 'install'
The reason for the No such file or directory error from yarn install is that you are not using the "correct" Yarn: the...
Read more >Error Codes | Yarn - Package Manager
The easiest way to fix it is to use git checkout --theirs yarn.lock , and follow up with yarn install again (which can...
Read more >How to fix the Yarn Installation Error "The term yarn is not ...
This is a snippet from my previous video hence there is not intro and outro#YarnInstallation #YarnErrorHow to fix yarn error while ...
Read more >yarn: command not found error [Solved] | bobbyhadz
To solve the error "yarn: command not found", install the yarn package globally by running npm install -g yarn and restart your terminal....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
missing
nodejs-npm
packageI have the same issue and I don’t know how to solve it. Please someone that have the same problem and have resolved please help us.