jprichardson / jprichardson/node-github-download
errno -4048 rename when download
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 77
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
i got error like this
https://nodeload.github.com/mistraljs/mistraljs/zip/master
{ [Error: EPERM: operation not permitted, rename 'C:\Users\LENOVO\Documents\node
js\mistraljs\1450151153815-43597033456899226\mistraljs-master' -> 'C:\Users\LENO
VO\Documents\nodejs\mistraljs']
errno: -4048,
code: 'EPERM',
syscall: 'rename',
path: 'C:\\Users\\LENOVO\\Documents\\nodejs\\mistraljs\\1450151153815-43597033
456899226\\mistraljs-master',
dest: 'C:\\Users\\LENOVO\\Documents\\nodejs\\mistraljs' }
exec: use child_process.execFile instead
how to solve this?
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
Start by reproducing the Windows download using the reported GitHub archive URL and the shown EPERM rename failure. Trace the download and rename flow, then verify that the repository either completes successfully on Windows or reports the failure clearly without leaving an unusable destination.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100