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.

Install error with 2.8.1

See original GitHub issue

Was just doing an install and got this error:

$ npm i @popperjs/core

> @popperjs/core@2.8.1 postinstall .../node_modules/@popperjs/core
> husky install .config/husky

sh: husky: command not found
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! @popperjs/core@2.8.1 postinstall: `husky install .config/husky`
npm ERR! spawn ENOENT
npm ERR! 
npm ERR! Failed at the @popperjs/core@2.8.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     .../.npm/_logs/2021-02-20T19_12_22_194Z-debug.log

I noticed 2.8.1 had just been posted within the hour so I tried installing version 2.7.2 via:

npm i @popperjs/core@2.7.2

I saw no error with that command.

Cheers, -W

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:22
  • Comments:8

github_iconTop GitHub Comments

5reactions
tcstorycommented, Mar 14, 2022

meet same same problem in 2.11.3

4reactions
atomikscommented, Mar 14, 2022

The npm metadata somehow had no underscore despite the package.json having one. We’ve republished v2.11.4 by using prepare (removing postinstall) now which Husky recommends, it should fix the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install error with 2.8.1 · Issue #1250 - GitHub
I saw no error with that command. Cheers, -W. The text was updated successfully, but these errors were encountered: ...
Read more >
getting error when installing psycopg2==2.8.1 - Stack Overflow
Very much brand new to this and trying to learn from a tut, I'm trying to install dependencies for a Flask build and...
Read more >
Flutter Install Custom Version No version 2.8.1 found in ...
I try to build Ios Flutter and need flutter install and build in version 2.8.1 but showing error No version 2.8.1 found in...
Read more >
Solved: Failed to Load System Tools -- Pro 2.8 - Esri Community
I've tried the following via the Python Command Prompt. -Creating a new conda env. in a new location to ensure the initial install...
Read more >
Internal Server Error installing since 2.8.1 - JCE Editor
Hello, since version 2.8.1 I see "Internal Server Error" as a result of backend Joomla installation. When I re-install 2.8.0 at the same ......
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