We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running textlint --rule textlint-rule-no-dead-link **/*.md on the proxy server results in an error.
textlint --rule textlint-rule-no-dead-link **/*.md
The environment variables HTTP_PROXY and HTTPS_PROXY are set, but I guess they are not working effectively because node-fetch does not support them.
HTTP_PROXY
HTTPS_PROXY
https://github.com/textlint-rule/textlint-rule-no-dead-link/blob/master/src/no-dead-link.js#L2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
textlint --rule textlint-rule-no-dead-link **/*.md
on the proxy server results in an error.The environment variables
HTTP_PROXY
andHTTPS_PROXY
are set, but I guess they are not working effectively because node-fetch does not support them.https://github.com/textlint-rule/textlint-rule-no-dead-link/blob/master/src/no-dead-link.js#L2
The text was updated successfully, but these errors were encountered: