Giter Club home page Giter Club logo

Comments (3)

msridhar avatar msridhar commented on August 16, 2024

Does it work with v4? In the short-term probably downgrading node is your best bet. I think the right fix is to get rid of our dependence on ncp entirely. One simple solution is to do the following instead:

  1. First just do a simple cp -r to the output directory (there must be a robust library for this).
  2. Go through the output directory and replace files with their instrumented versions.

I think that will be a lot more robust and conceptually simple than what we do now.

from jalangi2.

esbena avatar esbena commented on August 16, 2024

https://www.npmjs.com/package/graceful-ncp is a drop-in replacement for ncp, just use require('graceful-ncp') instead.
The issue is fixed if instrument.js is modified to use that instead of ncp.

I will make a pull-request when I have tested this fix for some time.

from jalangi2.

msridhar avatar msridhar commented on August 16, 2024

Fixed by 619d5d2

from jalangi2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.