nodeSolidServer / nodeSolidServer/node-solid-server
Consider switching global-tunnel-ng to global-agent
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
global-tunnel-ng used in this package does not work in Node v11 and above.
If you require a global proxy, consider switching to https://github.com/gajus/global-agent.
The required setup is:
import {
createGlobalProxyAgent
} from 'global-agent';
createGlobalProxyAgent({
environmentVariableNamespace: '',
forceGlobalAgent: true
});
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating where global-tunnel-ng is declared and used, then review the provided global-agent setup and verify proxy behavior on Node v11 and newer. Done means the incompatible dependency is replaced and global proxy support still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100