Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] npm install thows WARNINGS/ERROR #1053

Closed
2 tasks done
eriknyk opened this issue Nov 29, 2016 · 2 comments
Closed
2 tasks done

[Windows] npm install thows WARNINGS/ERROR #1053

eriknyk opened this issue Nov 29, 2016 · 2 comments

Comments

@eriknyk
Copy link

eriknyk commented Nov 29, 2016

λ npm install
npm WARN deprecated [email protected]: use uuid module instead

> [email protected] install C:\Users\erik\Applications\hyper\node_modules\electron-chromedriver
> node ./download-chromedriver.js


> [email protected] install C:\Users\erik\Applications\hyper\node_modules\husky
> node ./bin/install.js

husky
setting up hooks in .git/hooks
done


> [email protected] postinstall C:\Users\erik\Applications\hyper\node_modules\spawn-sync
> node postinstall


> [email protected] postinstall C:\Users\erik\Applications\hyper\node_modules\electron
> node install.js

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 WriteStream.stream.write (C:\Users\erik\Applications\hyper\node_modules\single-line-log\index.js:12:16)
    at process.<anonymous> (C:\Users\erik\Applications\hyper\node_modules\single-line-log\index.js:17:29)
    at emitOne (events.js:101:20)
  • I am on the branch master

  • I have searched the issues of this repo and believe that this is not a duplicate

  • OS version and name: Windows 10

  • Hyper.app version: branch master

@stefanivic
Copy link
Contributor

stefanivic commented Nov 29, 2016

@eriknyk Try updating your Node version to 7.2.

This is a common issue with 7.1
nodejs/node#9542

@ppot
Copy link
Contributor

ppot commented Nov 30, 2016

This is more related to npm than Hyper.
@matheuss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants