gpt4 book ai didi

node.js - 在 Manjaro linux 上安装 node js 和 npm 的问题

转载 作者:行者123 更新时间:2023-12-03 10:00:18 25 4
gpt4 key购买 nike

操作系统:Manjaro

我安装了 npm nodejs 通过这个命令:sudo pacman -S nodejs npm
安装后我有一个错误:

~]$ npm -v
node: error while loading shared libraries: libicui18n.so.67: cannot open shared object file: No such file or directory
~]$ node --version
node: error while loading shared libraries: libicui18n.so.67: cannot open shared object file: No such file or directory

我怎么解决这个问题?

最佳答案

  • 安装 nvm ( Node 版本管理器)
     yay -S nvm
  • 负载 nvm
     source /usr/share/nvm/init-nvm.sh
  • 您还可以在环境文件中添加以上行,例如 .bashrc所以你不必每次都这样做。
  • 安装 Node.js npm
     nvm -g install npm
  • 测试你的设置——打开一个新终端并使用 安装一个包npm
     $ nvm use stable
    $ nvm -g install browser-sync
    $ browser-sync start --server
  • 关于node.js - 在 Manjaro linux 上安装 node js 和 npm 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64194928/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com