Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Politely recommend CPR over NCP #100

Open
stefanpenner opened this issue Jun 19, 2015 · 6 comments
Open

Politely recommend CPR over NCP #100

stefanpenner opened this issue Jun 19, 2015 · 6 comments

Comments

@stefanpenner
Copy link

I can appreciate the existing maintainers are likely busy, so in the interim I would like to recommend users the similar node_module CPR.

Milage may vary, but for my use-cases it was a drop-in replacement with the added benefit of nearly eliminating all my existing intermittent CI failures.

The maintainers appear active and responsive.

If i myself had more bandwidth I would offer my time to help maintain this project, unfortunately my queue is full and I hope to save others time and energy by making this recommendation.

I hope this doesn't cause any anger or hurt feelings. It absolutely is not my intent.

some relevant issues:

@vinhtq
Copy link

vinhtq commented Jul 22, 2015

Thank you! Currently NCP has problem with filter! I tried to use CPR and everything works great!

@lucidogen
Copy link

Thanks. Please note that if you get uv_pipe errors, you need to use cpr in the main process (electron application).

@kranthitech
Copy link

Hi. NCP seems to have a transform function which allows me to change the content of the files before copying. Does CPR have such a functionality?. Thanks.

@fresheneesz
Copy link

I dropped in CPR in place of NCP and it worked without much code changing at all. I was having issues with NCP when updating from node v0.10 to v4, and this seems not to have the same problem.

@hollowdoor
Copy link

Also this issue #98

@trusktr
Copy link

trusktr commented Jan 9, 2023

Filtering by exclusion (cpr) instead of inclusion (ncp) makes things easier, especially because negating regexes with negative lookahead in JS is difficult.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants