-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting husky: not found
error on importing forked langchainjs
#3375
Comments
🤖 Hello @codenameakshay, Nice to meet you! I'm Dosu, a bot here to assist you with your issues, answer any questions, and help you contribute to the langchainjs project. While we're waiting for a human maintainer, feel free to ask me anything related to your problem. I'm here to help! The If the forked version of {
"devDependencies": {
"husky": "^7.0.4"
}
} After adding As for your question about additional dependencies in the forked version of Sources |
This was today? |
Dropped husky in #3383 |
I forked
langchainjs
and made some changes in it. Then I wanted to test it on my local project, so I imported it with the following line in mypackage.json
-Now when I run the command
yarn
I get the following output ->I get
husky: not found
error.I tried importing the latest
0.0.196
version, andyarn
command executes successfully.The text was updated successfully, but these errors were encountered: