jprichardson / jprichardson/node-github-download

errno -4048 rename when download

Open
#12 6 comments 4 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.