kali 安装Node.js
从 Nodesource 存储库在 kali上安装 Node.js
Nodesource 软件公司构建并托管受支持的 Node.js 版本。我们将把存储库添加到我们的系统中,然后在kali上安装 Node.js
1、进入终端 依次执行以下命令
sudo apt update
curl -fsSL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install -y nodejs
2、以上3部即可完成安装
安装后可以在终端中输入node-v 确认Node版本:
node -v
Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /www/wwwroot/web/usr/themes/farallon/comments.php on line 4
Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/wwwroot/web/usr/themes/farallon/comments.php on line 4