santinic / how2

AI for the Command Line
https://how2terminal.com
MIT License
5.71k stars 156 forks source link

TypeError: Cannot read property 'prototype' of undefined #83

Closed danielsetreus closed 6 years ago

danielsetreus commented 6 years ago

Running MacOs 10.12.5. Built in terminal and iTerm gives this error:

`$how2 hello world /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. (/usr/local/lib/node_modules/how2/node_modules/devnull/transports/transport.js:59:45) at Module._compile (module.js:571:32) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) at Function.Module._load (module.js:439:3) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object. (/usr/local/lib/node_modules/how2/node_modules/devnull/transports/stream.js:8:17) at Module._compile (module.js:571:32)`

danielsetreus commented 6 years ago

Woops and sorry. Notice this issue already exists.

https://github.com/santinic/how2/issues/79

Disregard this post.