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