我运行的命令是:
curl -fsSL https://deno.land/x/install/install.sh | sh
输出是:
######################################################################## 100.0%
Archive: /root/.deno/bin/deno.zip
inflating: deno
Deno was installed successfully to /root/.deno/bin/deno
Manually add the directory to your $HOME/.bash_profile (or similar)
export DENO_INSTALL="/root/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
Run '/root/.deno/bin/deno --help' to get started
在此之后,我deno
在终端中运行,它给了我一个错误。
谁能解释如何在 Ubuntu 中正确安装 Deno?