A cli tools based on Deno.
Seve is 伍六七's English name
With Shell:
curl -fsSL https://youngjuning.js.org/seve/install.sh | sh
With PowerShell:
iwr https://youngjuning.js.org/seve/install.ps1 -useb | iex
With Shell:
curl -fsSL https://youngjuning.js.org/seve/install.sh | sh -s v0.0.1
With PowerShell:
$v="0.0.1"; iwr https://youngjuning.js.org/seve/install.ps1 -useb | iex
The program unzip
is a requirement for the Shell installer.
$ curl -fsSL https://youngjuning.js.org/seve/install.sh | sh
Error: unzip is required to install Seve (see: https://github.com/youngjuning/seve#unzip-is-required).
When does this issue occur?
During the install.sh
process, unzip
is used to extract the zip archive.
How can this issue be fixed?
You can install unzip via brew install unzip
on MacOS or apt-get install unzip -y
on Linux.