5 lines
203 B
PowerShell
5 lines
203 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
$SkillRoot = Resolve-Path (Join-Path $PSScriptRoot "..")
|
|
Set-Location $SkillRoot
|
|
npm install axios sharp fluent-ffmpeg @ffmpeg-installer/ffmpeg @ffprobe-installer/ffprobe
|