question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

@popperjs/core: Command failed

See original GitHub issue

yarn 1.22.5


I update packages every day with this command:

yarn upgrade

But today I got a problem.

As before, I tried to update packages. I ran the command I showed above. As a result, I got this:

warning "webpack-dev-server > webpack-dev-middleware@3.7.2" has unmet peer dependency "webpack@^4.0.0".
[4/4] 🔨  Building fresh packages...
[1/5] ⠂ @popperjs/core
[2/5] ⠂ fsevents
[3/5] ⠂ core-js
[4/5] ⠂ node-sass
error /Users/afuno/app1/node_modules/@popperjs/core: Command failed.
Exit code: 127
Command: patch-package
Arguments:
Directory: /Users/afuno/app1/node_modules/@popperjs/core

I deleted the yarn.lock file and node_modules directory. And then I ran this command:

yarn install

And it didn’t help.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
FezVrastacommented, Sep 23, 2020

2.5.1 should fix it, it will be available in a few minutes

1reaction
afunocommented, Sep 23, 2020

@FezVrasta In version 2.5.1 everything is successful.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install error with 2.8.1 · Issue #1250 - GitHub
Was just doing an install and got this error: $ npm i @popperjs/core > @popperjs/core@2.8.1 postinstall .../node_modules/@popperjs/core ...
Read more >
ReactJs Build is failing "@popperjs/core" - Stack Overflow
I'm getting following error while building reactjs app. web/node_modules/@popperjs/core: Command failed. Exit code: 127 Command: ...
Read more >
@popperjs/core - npm
Positioning tooltips and popovers is difficult. Popper is here to help! Given an element, such as a button, and a tooltip element describing ......
Read more >
Module not found: Can't resolve 'popper.js' | bobbyhadz
To solve the error Module not found: Error: Can't resolve 'popper.js', ... The command will add the @popperjs/core package to the dependencies of...
Read more >
Neeraj1005 - Laracasts
I installed fresh laravel project with laravel/ui package. And I installed new bootstrap5 for this project but when I tried to run npm...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found