Husky throws an error if `ganache-core` is a dependency in a project
See original GitHub issueExpected Behavior
Expect Husky not to throw an error on Git commands.
Current Behavior
Git commit
would cause an error.
not found: husky-run
Can't find Husky, skipping pre-commit hook
You can reinstall it using 'npm install husky --save-dev' or delete this hook
On branch master
Steps to Reproduce (for bugs)
- git init
- npm init
- npm i -D ganache-core
- git commit -m ‘test’
Context
You have to delete Git hooks to continue the development.
Your Environment
- Version used: 2.10.2
- Operating System and version: MacOS Catalina 10.15.3 (19D76)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:10 (9 by maintainers)
Top Results From Across the Web
npm throw errors when installing dependencies of hardhat
Pro tip: consider starting from my hardhat-template and you won't have to install any dependencies any longer, when you're bootstrapping a new ...
Read more >How to solve npm install error “npm ERR! code 1”
Each time, run npm i and see if it throws an error. Once you've found out which dependency is causing the error, try...
Read more >david-ganache-core - npm Package Health Analysis - Snyk
All security vulnerabilities belong to production dependencies of direct and indirect packages. License: MIT. Security Policy: No. We found ...
Read more >Untitled
Microsoft project 2013 basics, Erwin schockel, Nintendo world cup gamefaqs? ... house stockholm fleece throw, 2006 winnebago outlook 29b, Sabater anibal!
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
I can confirm that
2.11.0-beta.0
fixes thisYes! I’ll try to get it done next week.