Giter Club home page Giter Club logo

Comments (13)

rafaelcastrocouto avatar rafaelcastrocouto commented on July 21, 2024 1

no, i'm on 2.0.2

from devtool.

satrong avatar satrong commented on July 21, 2024

I also encountered the same problem on win10

from devtool.

wxqqh avatar wxqqh commented on July 21, 2024

Me too~~~

from devtool.

kevinkindom avatar kevinkindom commented on July 21, 2024

+1

from devtool.

mattdesl avatar mattdesl commented on July 21, 2024

I just pushed some code to ignore process.stdin on Windows. I will try to test soon on a Windows PC to see if there is a nice way of handling this. Let me know if 1.8.3 allows you to work without errors.

To update:
npm install devtool -g

from devtool.

rafaelcastrocouto avatar rafaelcastrocouto commented on July 21, 2024

Good job 👍

from devtool.

Knighton910 avatar Knighton910 commented on July 21, 2024

@rafaelcastrocouto are you running on 1.8.3?

from devtool.

Knighton910 avatar Knighton910 commented on July 21, 2024

@rafaelcastrocouto I don't have a windows environment to try this in, can you post this question on nodejs/node gitter, Or the irc?

from devtool.

Knighton910 avatar Knighton910 commented on July 21, 2024

@mattdesl is there anyway, you can verify that 2.0.2 is acting buggy for process.stdin?

from devtool.

mattdesl avatar mattdesl commented on July 21, 2024

I will test on a Windows machine on Monday. 👌

Sent from my iPhone

On Apr 2, 2016, at 3:07 AM, kelvin knighton [email protected] wrote:

@mattdesl is there anyway, you can verify that 2.0.2 is acting buggy for process.stdin?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub

from devtool.

Knighton910 avatar Knighton910 commented on July 21, 2024

Awesome @mattdesl

from devtool.

rafaelcastrocouto avatar rafaelcastrocouto commented on July 21, 2024

It's still buggy in 2.x ... it just don't show the error msg on load, but if you type process.stdin in the devtool's console it will throw the error.

from devtool.

jlvaquero avatar jlvaquero commented on July 21, 2024

I encountered the same problem.
This piece of code does not work.

//test.js
var readline = require('readline');
var rl = readline.createInterface({
  input: process.stdin,
  output: process.stdout,
  terminal: true
});

rl.on('line', function(line){
    console.log(line);
})

devtool test.js < input.txt

Error: Implement me. Unknown stdin file type!

Windows 7 x64
S.O. Admin rights.
Node v5.10.0.
npm v3.8.3.
DevTool v1.9.1.

from devtool.

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.