当前位置: 首页 > 知识库问答 >
问题:

Bcrypt无法安装[重复]

闻华容
2023-03-14

我在乌班图系统上安装名为“bcrypt”的npm软件包时遇到问题。

这就是我所做的:

sudo apt-get更新< br> sudo apt-get安装节点js
sudo apt-get安装npm
sudo npm安装bcrypt

这是我得到的:

键入时: sudo npm 安装 bcrypt

npm http GET https://registry.npmjs.org/bcrypt
npm http 304 https://registry.npmjs.org/bcrypt
npm http GET https://registry.npmjs.org/bindings/1.0.0
npm http GET https://registry.npmjs.org/nan/1.3.0
npm http 304 https://registry.npmjs.org/nan/1.3.0
npm http 304 https://registry.npmjs.org/bindings/1.0.0

> bcrypt@0.8.0 install /home/gatsu/salongapp/salongapp/node_modules/bcrypt
> node-gyp rebuild

/bin/sh: 1: node: not found
gyp: Call to 'node -e "require('nan')"' returned exit status 127. while trying to load binding.gyp
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/usr/share/node-gyp/lib/configure.js:431:16)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:797:12)
gyp ERR! System Linux 3.13.0-35-generic
gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /home/gatsu/salongapp/salongapp/node_modules/bcrypt
gyp ERR! node -v v0.10.25
gyp ERR! node-gyp -v v0.10.10
gyp ERR! not ok 
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian

npm ERR! weird error 1
npm ERR! not ok code 0

包不会放在此文件夹中:

/home/gatsu/salongapp/salongapp/node_modules/bcrypt

有什么想法吗?

共有1个答案

盖晋
2023-03-14

在ubuntu中,如果您使用apt安装nodejs,则nodejs的命令将是nodejs,而通常用于nodejs的命令行名称是node

在这里,bcrypt将命令假定为不可用的节点

尝试将nodejs的别名设置为节点,如下所示
alias node='nodejs'
然后尝试安装bcrypt
sudo npm install bcrypt

你可以在中设置别名。bash_aliases文件在主文件夹中永久设置别名节点。

 类似资料:
  • 我正在尝试使用pip为我正在构建的语音助手项目安装pyAudio。当我尝试运行代码时,它返回此错误,并没有名为“pyaudio”的模块。所以我假设我必须再次安装pyaudio才能使其正常工作。 但在安装pyaudio时,我遇到了这个错误。我尝试了许多方法,如安装portaudio、清除pip缓存、更新、卸载、重新安装包、pip和python。 我是python新手,所以请不要介意这是新手犯的错误。

  • 这是一个新的烧瓶项目,requirement.txt: 烧瓶 烧瓶_pymongo 烧瓶_pymongo 烧瓶盖 比重 烧瓶JWT扩展 b加密 当我运行或时,我有什么? pip安装bcrypt 请问有什么解决办法吗?

  • 问题内容: 我正在尝试在CentOS服务器上安装bcrypt,但出现以下错误: 我该怎么解决?谢谢, 问题答案: 我在执行npm install bcrypt时遇到了同样的问题。另一个选择是从源代码安装它。 将node.bcrypt.js文件夹重命名为bcrypt,并将其移至项目的node_modules中。 您可以通过执行npm install -g node-gyp(-g全局安装)来安装nod

  • 安装bcrypt时,我在windows计算机中遇到此错误,我正在使用 节点v8.9.4 NPM v5.6.0 BCrypt v1.0.3 C:\users\user\desktop\mysql_node_api\register_login\register_login>npm安装bcrypt--保存>bcrypt@1.0.3安装C:\users\user\desktop\mysql_node_a

  • 我一直在Ubuntu上开发python应用程序。我总是在virtualenv中工作,以便更好地处理包。我最近在windows上克隆了我的项目,创建了一个VirtualEnv。冉 dj-database-url==0.5.0 Django==2.1.2 Django-Admin==1.3.2 Django-Heroku==0.3.1 DjangoRestFramework==3.9.0 Flake8