-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Comments
errors occurred due to bcript after setting up locally and hence it i...#1847
Open
DebasishBarai wants to merge 1 commit intocode100x:main from
Open
errors occurred due to bcript after setting up locally and hence it i... #1847DebasishBarai wants to merge 1 commit intocode100x:main from
DebasishBarai wants to merge 1 commit intocode100x:main from
Conversation
...s replaced by bcryptjs
Contributor
geekyharsh05
commented
Jun 9, 2025
@DebasishBarai IMO there will be backwards compatibility issue for the existing users!
Author
DebasishBarai
commented
Jun 10, 2025
ig bcrypt and bcryptjs both functionality wise are the same the only difference being bcrypt is written in c and bcryptjs in pure js. There should not be any backward compatibily issue. here is the snapshot that i am getting with bcrypt.
Screenshot From 2025年06月10日 10-16-09
Author
DebasishBarai
commented
Jun 10, 2025
another thing that I noticed removing and re-adding bcrypt and @types/bcrypt makes it work. idk why??
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔧 Fix bcrypt installation error by replacing with bcryptjs
PR Fixes:
bcryptwithbcryptjsto avoid native compilation issues during setup.Resolves:
No linked issue.
✅ Checklist before requesting a review