copy/copySync meta issue
See original GitHub issue@manidlou I think you mentioned copySync
still needs updated to match the changes you made to copy
in develop
. Is that correct? What else needs done before releasing the work done on develop
?
Just FYI, I’m planning on releasing a major version with just the changes in copy
/copySync
; that way if there’s regressions, we can simply tell people not to upgrade until we get things fixed.
Edit: Tasklist:
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
Error: EPERM: operation not permitted errno:-1 - Stack Overflow
Now run the react related commands. Note: The issue is that your terminal/cmd does not have write permission, hence the error.
Read more >Company called META claims Facebook stole its name and is ...
Justin Bolognino says his company has been named META for over a decade, and that it was destroyed when Facebook rebranded itself as...
Read more >Mark Zuckerberg, Meta Have Often Failed Copying Other Tech ...
Mark Zuckerberg has pumped millions into Meta's bid to copy popular platforms like Clubhouse, Substack, and Amazon — but has usually failed ...
Read more >caprine 2.57.0-1 (any) - File List - Arch Linux
... /ajv-formats/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json ... node_modules/electron-updater/node_modules/fs-extra/lib/copy/copy-sync.js ...
Read more >SteamDB Unknown Depot 2003741
resources/app/node_modules/lzma-native/build/Release/.forge-meta ... resources/app/node_modules/node-gyp/docs/Common-issues.md, md, 708 B.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Also noting https://github.com/jprichardson/node-fs-extra/pull/511 needs ported.
I’m starting a tasklist in the OP; @manidlou please check off items that are merged to
develop
.That’s correct @RyanZim. In terms of changes for
copySync
, these are the things that I think need to be changed or fixed:recursive
option that was never been documented, which I think needs to be removed as it directly affects thecopySync
behavior for symlinks (src). Related issue: #447.copySync
currently fails for the old and infamous issues of #83 and #198 as well as #464.recursive
pattern instead ofArray.forEach
when copying directories.I do my best to complete them as fast as possible!
Sounds good! 👍