Git Product home page Git Product logo

Comments (5)

goibon avatar goibon commented on July 20, 2024

The warning comes from the devnull module. They've already fixed it in their master branch by accepting a pull request but they have yet to bump the version in their package.json file to allow people to update through npm.

You could go bump this issue in hopes that they push the update.

from how2.

cglong avatar cglong commented on July 20, 2024

I tried installing how2 today and when running, I get the following error and it exits out:

/usr/local/lib/node_modules/how2/node_modules/devnull/transports/transport.js:59
Transport.prototype.__proto__ = EventEmitter.prototype;
                                            ^

TypeError: Cannot read property 'prototype' of undefined
    at Object.<anonymous> (/usr/local/lib/node_modules/how2/node_modules/devnull/transports/transport.js:59:45)
    at Module._compile (module.js:573:32)
    at Object.Module._extensions..js (module.js:582:10)
    at Module.load (module.js:490:32)
    at tryModuleLoad (module.js:449:12)
    at Function.Module._load (module.js:441:3)
    at Module.require (module.js:500:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/usr/local/lib/node_modules/how2/node_modules/devnull/transports/stream.js:8:17)
    at Module._compile (module.js:573:32)

Any ideas around this? 😄

from how2.

goibon avatar goibon commented on July 20, 2024

@cglong Which version of Node are running? Because this issue is regarding the deprecation of the EventEmitter which as of Node 7 is gone and how2 will only work with versions <= 6.x.x

from how2.

cglong avatar cglong commented on July 20, 2024

@goibon Yeah, I just double-checked, and I'm running Node 7.0.0. I should be able to downgrade my local Node, but we'll need a more-permanent solution for other users who (like me) updated their version of Node to 7.0.0 using Homebrew or another package manager. Thanks! 😄

from how2.

goibon avatar goibon commented on July 20, 2024

@cglong No problem 😄
I'm frustrated myself as a Homebrew user that I can no longer use how2 without modifying the local devnull module 😞
The options I see are:

  1. Switch away from devnull as a dependency for how2
  2. Get devnull to bump their version so we can get their fix by running npm update

from how2.

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.