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: add crypto modules to cannotUseCache #25606

Closed
wants to merge 1 commit into from

Commits on Jan 21, 2019

  1. crypto: add crypto modules to cannotUseCache

    Currently, when configured --without-ssl there are two failures like the
    following:
    
    internal/util.js:101
        throw new ERR_NO_CRYPTO();
        ^
    
    Error [ERR_NO_CRYPTO]:
    Node.js is not compiled with OpenSSL crypto support
      at assertCrypto (internal/util.js:101:11)
      at crypto.js:31:1
      at NativeModule.compile (internal/bootstrap/loaders.js:316:5)
      at NativeModule.require (internal/bootstrap/loaders.js:219:7)
      at internal/policy/manifest.js:10:16
      at NativeModule.compile (internal/bootstrap/loaders.js:316:5)
      at NativeModule.require (internal/bootstrap/loaders.js:219:7)
      at internal/process/policy.js:6:22
      at NativeModule.compile (internal/bootstrap/loaders.js:316:5)
      at Function.NativeModule.require (internal/bootstrap/loaders.js:219:7)
    
    This commit adds policy/manifest and process/policy to cannotUseCache.
    danbev committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    0d03519 View commit details
    Browse the repository at this point in the history