16 comments (16 comments)3 reactions (3 reactions)0 assignees (0 assignees)JavaScript1,989 stars (1,989 stars)76 forks (76 forks)batch import
enhancementhelp wanted
Description
Install is not working on Windows 10 64:

Contributor guide
- Tech stack
- javascriptnodejs
- Domain
- backendcli
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Node.js installedWindows 10Basic understanding of file permissions
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Investigate the EPERM error on Windows by reproducing the installation process. Check if the error is related to insufficient permissions in the default npm cache directory or if it's a known issue with the ied package manager. Look at the error stack trace and consider using a different installation path or running as administrator. Review any closed issues or PRs that might have addressed this.