Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#57138 - [nodejs] [libuv] NPM socket error
Attached to Project:
Arch Linux
Opened by Rc (fasterday) - Thursday, 18 January 2018, 07:43 GMT
Last edited by Felix Yan (felixonmars) - Friday, 19 January 2018, 04:44 GMT
Opened by Rc (fasterday) - Thursday, 18 January 2018, 07:43 GMT
Last edited by Felix Yan (felixonmars) - Friday, 19 January 2018, 04:44 GMT
|
DetailsDescription:
NPM (Node package manager) does not seem to work anymore with libuv version 1.19.0-1 Additional info: * NPM version : 5.6.0 npm ERR! code ENOTCONN npm ERR! errno ENOTCONN npm ERR! syscall read npm ERR! read ENOTCONN npm ERR! code ENOTCONN npm ERR! errno ENOTCONN npm ERR! syscall read npm ERR! read ENOTCONN Steps to reproduce: Run command "npm install" |
This task depends upon
Closed by Felix Yan (felixonmars)
Friday, 19 January 2018, 04:44 GMT
Reason for closing: Fixed
Additional comments about closing: libuv 1.19.0-2
Friday, 19 January 2018, 04:44 GMT
Reason for closing: Fixed
Additional comments about closing: libuv 1.19.0-2
* https://github.com/libuv/libuv/issues/1716
`npm install sharp`
```
[builduser@eschwartz ~]$ npm install sharp
> sharp@0.19.0 install /build/node_modules/sharp
> node-gyp rebuild
gyp ERR! UNCAUGHT EXCEPTION
gyp ERR! stack Error: read ENOTCONN
gyp ERR! stack at _errnoException (util.js:1003:13)
gyp ERR! stack at Socket._read (net.js:495:20)
gyp ERR! stack at Socket.Readable.read (_stream_readable.js:449:10)
gyp ERR! stack at Socket.read (net.js:376:43)
gyp ERR! stack at new Socket (net.js:259:12)
gyp ERR! stack at createSocket (internal/child_process.js:241:11)
gyp ERR! stack at ChildProcess.spawn (internal/child_process.js:357:23)
gyp ERR! stack at exports.spawn (child_process.js:499:9)
gyp ERR! stack at PythonFinder.exports.execFile (child_process.js:209:15)
gyp ERR! stack at PythonFinder.checkPythonVersion (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:446:10)
gyp ERR! System Linux 4.14.12-1-ARCH
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
```
Thanks for the responsiveness!