node-images icon indicating copy to clipboard operation
node-images copied to clipboard

linux 下node版本12.14.0不支持,windows支持

Open smallbad opened this issue 4 years ago • 12 comments

linux 下node版本12.14.0不支持,windows支持

smallbad avatar Jun 28 '20 02:06 smallbad

Linux环境比较咋,你提供一下你的Linux用的啥以及内核、glibc 版本

zhangxiaojian [email protected] 于 2020年6月28日周日 上午10:08写道:

linux 下node版本12.14.0不支持,windows支持

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zhangyuanwei/node-images/issues/211, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2DGZFUNJWFVNQQI4OG6DRY2Q3HANCNFSM4OKJRBPQ .

oxUnd avatar Jun 29 '20 15:06 oxUnd

你提供一下你的Linux用的啥以及内核、glibc 版本 CentOS 7.4 64位 Linux version 3.10.0-957.27.2.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Mon Jul 29 17:46:05 UTC 2019

smallbad avatar Jul 02 '20 07:07 smallbad

Linux version 3.10.0-862.mt20190308.130.el7.x86_64 (root@gh-hulk-k8s-ep01) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Fri Mar 8 06:37:16 UTC 2019 glibc-2.17-260.el7_6.5.x86_64 glibc-common-2.17-260.el7_6.5.x86_64 glibc-devel-2.17-260.el7_6.5.x86_64 glibc-headers-2.17-260.el7_6.5.x86_64 我这里同样不行 error: /lib64/libm.so.6: version `GLIBC_2.27' not found

ThenMorning avatar Jul 08 '20 06:07 ThenMorning

Linux version 3.10.0-862.mt20190308.130.el7.x86_64 (root@gh-hulk-k8s-ep01) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Fri Mar 8 06:37:16 UTC 2019 glibc-2.17-260.el7_6.5.x86_64 glibc-common-2.17-260.el7_6.5.x86_64 glibc-devel-2.17-260.el7_6.5.x86_64 glibc-headers-2.17-260.el7_6.5.x86_64 我这里同样不行 error: /lib64/libm.so.6: version `GLIBC_2.27' not found

升级了 glibc 2.27 可以了

ThenMorning avatar Jul 10 '20 03:07 ThenMorning

用的是 centos 7 么?

ThenMorning [email protected] 于2020年7月10日周五 上午11:51写道:

Linux version 3.10.0-862.mt20190308.130.el7.x86_64 (root@gh-hulk-k8s-ep01) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 https://github.com/zhangyuanwei/node-images/issues/1 SMP Fri Mar 8 06:37:16 UTC 2019 glibc-2.17-260.el7_6.5.x86_64 glibc-common-2.17-260.el7_6.5.x86_64 glibc-devel-2.17-260.el7_6.5.x86_64 glibc-headers-2.17-260.el7_6.5.x86_64 我这里同样不行 error: /lib64/libm.so.6: version `GLIBC_2.27' not found

升级了 glibc 2.27 可以了

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zhangyuanwei/node-images/issues/211#issuecomment-656467160, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2DG5Z4PDCQWYB5XMA5F3R22F5HANCNFSM4OKJRBPQ .

oxUnd avatar Jul 12 '20 02:07 oxUnd

是的 看看 能不能兼容下 不然我的服务器 每个都去升级 太费事了 谢谢哈

2020年7月12日 上午10:49,fansekey <[email protected]mailto:[email protected]> 写道:

用的是 centos 7 么?

ThenMorning <[email protected]mailto:[email protected]> 于2020年7月10日周五 上午11:51写道:

Linux version 3.10.0-862.mt20190308.130.el7.x86_64 (root@gh-hulk-k8s-ep01) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 https://github.com/zhangyuanwei/node-images/issues/1 SMP Fri Mar 8 06:37:16 UTC 2019 glibc-2.17-260.el7_6.5.x86_64 glibc-common-2.17-260.el7_6.5.x86_64 glibc-devel-2.17-260.el7_6.5.x86_64 glibc-headers-2.17-260.el7_6.5.x86_64 我这里同样不行 error: /lib64/libm.so.6: version `GLIBC_2.27' not found

升级了 glibc 2.27 可以了

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zhangyuanwei/node-images/issues/211#issuecomment-656467160, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2DG5Z4PDCQWYB5XMA5F3R22F5HANCNFSM4OKJRBPQ .

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/zhangyuanwei/node-images/issues/211#issuecomment-657166056, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFH7PBUCKB4AWMH2XWKTRULR3EQFFANCNFSM4OKJRBPQ.

ThenMorning avatar Jul 12 '20 10:07 ThenMorning

npm install zhangyuanwei/node-images

再试试,现在应该 ok 了;

oxUnd avatar Jul 18 '20 08:07 oxUnd

npm install zhangyuanwei/node-images

再试试,现在应该 ok 了;

我看了下 images 版本没有升级, 一定要 npm install zhangyuanwei/node-images 而不是 npm install images 对吧?

ThenMorning avatar Jul 20 '20 13:07 ThenMorning

npm install zhangyuanwei/node-images

再试试,现在应该 ok 了;

我看了下 images 版本没有升级, 一定要 npm install zhangyuanwei/node-images 而不是 npm install images 对吧?

。。你是想让我先试试,然后再推到npm上面是吧 直接down github 太慢了。。

ThenMorning avatar Jul 21 '20 12:07 ThenMorning

npm install zhangyuanwei/node-images

再试试,现在应该 ok 了;

我看了下 images 版本没有升级, 一定要 npm install zhangyuanwei/node-images 而不是 npm install images 对吧?

。。你是想让我先试试,然后再推到npm上面是吧 直接down github 太慢了。。

已经验证了,确实可以了,帮忙pr吧 发到npm上 ,多谢

ThenMorning avatar Jul 21 '20 13:07 ThenMorning

求更新npm

smallbad avatar Jul 22 '20 07:07 smallbad

嗨?npm包什么时候能更新呢

ThenMorning avatar Jul 27 '20 02:07 ThenMorning