MetaMask / MetaMask/extension-provider
ReferenceError
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 73
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
im getting:
Uncaught ReferenceError: process is not defined
at 9306 (index.js:6:29)
at r (bootstrap:19:32)
at 3530 (BaseProvider.ts:2:1)
at r (bootstrap:19:32)
at 5361 (MetaMaskInpageProvider.ts:7:1)
at r (bootstrap:19:32)
at 9955 (index.ts:1:1)
at r (bootstrap:19:32)
at 4653 (index.js:1:36)
at r (bootstrap:19:32)
ive tried:
- manifest v2 & v3
- installing stream and stream-browserify and adding them as fallbacks
Contributor guide
No contributing guide indexed for this repository
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 report points to index.js, BaseProvider.ts, MetaMaskInpageProvider.ts, and index.ts; begin by reproducing the browser error and tracing the first process reference. Review the manifest and stream/stream-browserify fallback setup mentioned in the report. Done means the extension provider loads without the reported process is not defined error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100