-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Crypto required but not loaded #13920
Labels
invalid
Issues and PRs that are invalid.
Comments
the crypto module is a builtin, so it should not require installing. Being that this doesn't appear to be a bug in core, I'm going to go ahead and close this issue. If you are still having trouble with this, can you please open an issue at https://github.com/nodejs/help/issues? Thanks! |
This was referenced Sep 15, 2021
This was referenced Sep 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I require crypto as 'var crypto = require("crypto")', but it doesn't find the crypto functions.
I have installed the crypto module, version 0.0.3, the latest.
So, I don't know where is the problem.
I am using a NodeJS project to implement a payment gateway, using crypto but it doesn't work.
The test in this module (in node_modules folder) works fine, but in an external controller instantiating the library not.
The text was updated successfully, but these errors were encountered: