-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Issues with installing any packages #19348
Comments
This should probably be posted to npm's issue tracker, but out of curiosity can you also post the output of |
My guess though is that some module up the line is either passing an object like |
Hi, meanwhile I've downgraded nodejs to an older version (6.x) and everything started working, so there must be some incompatibility issues between the giver version of ubuntu and the node version. I'll try to reproduce the issue and get the desired output messages in beginning of the next week. |
@fr6nco any progress on this one? Is it still happening? |
@lundibundi Yes, indeed! |
@lundibundi Unfortunately I have no access anymore to the setup which produced this issue, so I'm not able to reproduce it right now. |
@lundibundi
|
@makamekm could you provide an output of the actual error ( |
@lundibundi sure
LOGS
With node:6 | 7 it works correctly. |
Seems like an npm issue. Not sure this is the right place for this to be resolved. |
I also have this problem.My os was started in proxmox5.3.8,the os verison is CentOS Linux release 7.6.1810 (Core) npm ERR! A complete log of this run can be found in: |
@fr6nco @lsyeyexpo The result of my investigation is:
on the host:
so its ether a bug in
|
same with
vm with tcg:
|
It is the bug in TCG code. Here the patch which fixes it: https://git.qemu.org/?p=qemu.git;a=commitdiff_plain;h=1e8a98b53867f61da9ca09f411288e2085d323c4 . It is going to be in QEMU 4.2.0 but you can patch current QEMU yourself. Here's the comment to that patch by Peter Maydell: target/i386: Return 'indefinite integer value' for invalid SSE fp->int conversions The x86 architecture requires that all conversions from floating Wrap the softfloat functions in x86-specific versions which Note that we don't use these wrappers for the 3DNow! pf2id and pf2iw |
keep one release |
I cannot install anything on basically a fresh installation of ubuntu. The issue might be environment related, but I could not figure out what might have happened.
Looks like, the NPM install does not generate any DNS lookups (tested with tcpdump), so It is not able to resolve the nodejs registry and the installation fails.
Im attaching the output from the npm install.
The platform is an Ubuntu 16.04
The error says 4294967295 is invalid for option "family"
DNS lookups do work in other apps like apt-get, etc and there is no HTTP or HTTPS proxy set up between the client and the registry.npmjs.org
uname -a:
Linux dash-client3 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Tomas
The text was updated successfully, but these errors were encountered: