Install error with 2.8.1
See original GitHub issueWas 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:
- Created 3 years ago
- Reactions:22
- Comments:8
Top 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 >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
meet same same problem in 2.11.3
The npm metadata somehow had no underscore despite the package.json having one. We’ve republished
v2.11.4
by usingprepare
(removingpostinstall
) now which Husky recommends, it should fix the issue.