Skip to content
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

Closed
fusiodarts opened this issue Jun 26, 2017 · 1 comment
Closed

Crypto required but not loaded #13920

fusiodarts opened this issue Jun 26, 2017 · 1 comment
Labels
invalid Issues and PRs that are invalid.

Comments

@fusiodarts
Copy link

  • Version: v7.10.0
  • Platform: Ubuntu 16.04

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.

@evanlucas
Copy link
Contributor

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!

@evanlucas evanlucas added the invalid Issues and PRs that are invalid. label Jun 26, 2017
This was referenced Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Issues and PRs that are invalid.
Projects
None yet
Development

No branches or pull requests

2 participants