GithubHelp home page GithubHelp logo

Comments (4)

pago avatar pago commented on September 18, 2024 1

Could you link the issue/MR here once it exists so we can keep track of how it goes? In case its produced by parallel-webpack I'd like to make sure we fix it which is a lot easier with that link.

Thank you!

from parallel-webpack.

pago avatar pago commented on September 18, 2024

Interesting. You're right, its not a "real" issue as those listeners are necessary to shutdown the processes when you exit the process from the command line but we should definitely avoid those warnings. Would you like to submit a pull request for this?

from parallel-webpack.

perry-mitchell avatar perry-mitchell commented on September 18, 2024

@pago Since creating this issue it also seems that I get complaints from webpack in general that are similar to this. I'll file a bug/MR there if I can.. it may not be anything to do with parallel-webpack.

from parallel-webpack.

perry-mitchell avatar perry-mitchell commented on September 18, 2024

Seems that it's not an issue with webpack directly, but with plugins such as image-webpack-loader. It's maginified in parallel-webpack due to the workers, but it has nothing to do with this repo.

It's traceable deep down the dependency ladder:

(node:7783) Warning: Possible EventEmitter memory leak detected. 11 exit listeners added. Use emitter.setMaxListeners() to increase limit
    at _addListener (events.js:259:19)
    at EventEmitter.addListener (events.js:275:10)
    at module.exports (/home/perry/work/kiosked-js/node_modules/signal-exit/index.js:41:11)
    at module.exports.err (/home/perry/work/kiosked-js/node_modules/execa/index.js:146:23)
    at fsP.writeFile.then (/home/perry/work/kiosked-js/node_modules/exec-buffer/index.js:35:15)

And it seems to be an issue with the package execa (calling signal-exit): sindresorhus/execa#61

Seems that even when it gets fixed, it'll be some time for it to propagate. I'll reopen an issue here if a fix is made and I can start to help update various packages.

from parallel-webpack.

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.