question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

eslint requires nodejs built with ssl support

See original GitHub issue

eslint requires nodejs to be built against openssl which is optional (nodejs $ ./configure --without-ssl). A quick check points to eslint using it to calculate a md5sum. Would a patch that uses a javascript version of a md5sum possibly be accepted?

Upstream issue: https://github.com/nodejs/node/issues/5610

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:23 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
michaelficarracommented, Mar 12, 2016

Or we could just use a faster hashing algorithm and allow these users to continue using the --cache flag. Win-win?

1reaction
albertocommented, Mar 11, 2016

We could also disable caching if there is no ssl support.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting Started with ESLint - Pluggable JavaScript Linter
Prerequisites: Node.js ( ^12.22.0 , ^14.17.0 , or >=16.0.0 ) built with SSL support. (If you are using an official Node.js distribution, SSL...
Read more >
ESLint - npm
Prerequisites: Node.js ( ^12.22.0 , ^14.17.0 , or >=16.0.0 ) built with SSL support. (If you are using an official Node.js distribution, ...
Read more >
SSL Error: SELF_SIGNED_CERT_IN_CHAIN' while using ...
> If that's the case, you need to export the self-signed certificate from the chain and import them into system, so they're marked...
Read more >
The Difference Between Node.js 10 LTS and Node.js 12 LTS
Node.js ® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Read more >
node_modules/eslint · master · Pierre GAMBAROTTO ...
(If you are using an official Node.js distribution, SSL is always built in.) ... Yes, ESLint natively supports parsing JSX syntax (this must...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found