2016-11-15 57 views
0

成功地安裝了以下節點包後:卡瑪 - 初始化在Windows 10失敗的Node.js 7.1.0 64

  • 因緣
  • 卡瑪 - 茉莉
  • 因緣 - 鉻 - 發射
  • 茉莉核心

我碰到下面的錯誤執行時karma-init

C:\Projects\SocialMeal>karma init 
events.js:160 
     throw er; // Unhandled 'error' event 
    ^

    Error: write EINVAL 
    at exports._errnoException (util.js:1022:11) 
    at WriteStream.Socket._writeGeneric (net.js:715:26) 
    at WriteStream.Socket._write (net.js:734:8) 
    at doWrite (_stream_writable.js:334:12) 
    at writeOrBuffer (_stream_writable.js:320:5) 
    at WriteStream.Writable.write (_stream_writable.js:247:11) 
    at WriteStream.Socket.write (net.js:661:40) 
    at Interface._writeToOutput (readline.js:256:17) 
    at Interface._insertString (readline.js:406:12) 
    at Interface._ttyWrite (readline.js:933:18) 
    at Interface.write (readline.js:352:24) 

任何線索?

回答

0

過了一段時間,我發現它。

它看起來像一個Node.js 7.1.0的問題。它發生在這裏發佈新的Node.js版本(7.0.0 <)爲:

https://github.com/nodejs/node/issues/9542

直到他們解決這個問題,你需要卸載的Node.js和安裝舊版本(如:6.9。 1)爲了使紅外工作。