kelektiv / node.bcrypt.js

bcrypt for NodeJs
MIT License
7.44k stars 512 forks source link

bcrypt_lib-v3.0.6-node-v83-win32-x64-unknown.tar.gz #853

Closed killboring closed 3 years ago

killboring commented 3 years ago

when i use node install node-red on windows, it reports error 404 can't get bcrypt_lib-v3.0.6-node-v83-win32-x64-unknown.tar.gz and bcrypt_lib-v3.0.8-node-v83-win32-x64-unknown.tar.gz, but in offical website , the highest version in 3.0.6 and 3.0.8 is 79.i'm mad imiedately. following is shortcut

图片

recrsn commented 3 years ago

83 is the Node version. 3.0.x is no longer supported in new Node versions. Please use bcrypt 5.

If node-red comes with bcrypt 3.x please ask them to update.

If updating is out of scope for you follow this: https://github.com/kelektiv/node.bcrypt.js/wiki/Windows-Support

killboring commented 3 years ago

but how to solve the problem, i want to install node-red, it tells me can't find 83 version.

------------------ 原始邮件 ------------------ 发件人: "Amitosh Swain Mahapatra"<notifications@github.com>; 发送时间: 2021年2月4日(星期四) 凌晨1:28 收件人: "kelektiv/node.bcrypt.js"<node.bcrypt.js@noreply.github.com>; 抄送: "245996779"<245996779@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [kelektiv/node.bcrypt.js] bcrypt_lib-v3.0.6-node-v83-win32-x64-unknown.tar.gz (#853)

83 is the Node version. 3.0.x is no longer supported in new Node versions. Please use bcrypt 5.

If node-red comes with bcrypt 3.x please ask them to update.

If updating is out of scope for you follow this: https://github.com/kelektiv/node.bcrypt.js/wiki/Windows-Support

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

recrsn commented 3 years ago

Do npm i bcrypt@latest or follow instructions given in the wiki

killboring commented 3 years ago

can u send me the missing two jar(bcrypt_lib-v3.0.6-node-v83-win32-x64-unknown.tar.gz、bcrypt_lib-v3.0.8-node-v83-win32-x64-unknown.tar.gz),I just use node-red locally for study. if i report the problem to node-red, he will solve my problem or not immidately, he will update his version , will last long time.i can't accpt the lost time

------------------ 原始邮件 ------------------ 发件人: "kelektiv/node.bcrypt.js" <notifications@github.com>; 发送时间: 2021年2月4日(星期四) 凌晨2:44 收件人: "kelektiv/node.bcrypt.js"<node.bcrypt.js@noreply.github.com>; 抄送: "245996779"<245996779@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [kelektiv/node.bcrypt.js] bcrypt_lib-v3.0.6-node-v83-win32-x64-unknown.tar.gz (#853)

Do npm i bcrypt@latest or follow instructions given in the wiki

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

recrsn commented 3 years ago

I have reported the problem to node-red.

For now you can simply run npm i bcrypt.

Also, bcrypt is an optional dependency for node-red, so even if installation fails, node-red will work.

killboring commented 3 years ago

according to the installing interface,I can't skip the step of bcrypt install. fail to get the two tar.gz, the install process is interpreted forcely can u give me a install guide or advice without bcrypt, i wann to run node-red to study its function ,it's very important,our team are studying the visual coding solution to solve industrial internet problem.

------------------ 原始邮件 ------------------ 发件人: "kelektiv/node.bcrypt.js" <notifications@github.com>; 发送时间: 2021年2月4日(星期四) 上午10:10 收件人: "kelektiv/node.bcrypt.js"<node.bcrypt.js@noreply.github.com>; 抄送: "245996779"<245996779@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [kelektiv/node.bcrypt.js] bcrypt_lib-v3.0.6-node-v83-win32-x64-unknown.tar.gz (#853)

I have reported the problem to node-red.

For now you can simply run npm i bcrypt.

Also, bcrypt is an optional dependency for node-red, so even if installation fails, node-red will work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

recrsn commented 3 years ago

The node-red installation should not stop.

It will print an error, but it will continue.

If it stops, the issue is with node-red and not bcrypt. Please raise an issue with them

killboring commented 3 years ago

as you see,the shortcut tells us the installs has interrupt,and the port 1880 can't be listenning,how to solve it 

------------------ 原始邮件 ------------------ 发件人: "kelektiv/node.bcrypt.js" <notifications@github.com>; 发送时间: 2021年2月4日(星期四) 上午10:44 收件人: "kelektiv/node.bcrypt.js"<node.bcrypt.js@noreply.github.com>; 抄送: "245996779"<245996779@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [kelektiv/node.bcrypt.js] bcrypt_lib-v3.0.6-node-v83-win32-x64-unknown.tar.gz (#853)

The node-red installation should not stop.

It will print an error, but it will continue.

If it stops, the issue is with node-red and not bcrypt. Please raise an issue with them

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.