|
const expandCmd = 'powershell -ExecutionPolicy Bypass -Command Expand-Archive ' + ['-Path', zipPath, '-DestinationPath', destinationDir, '-Force'].join(' '); |
not sure if it is the problem of version of powershell, when I triedt to install this package, I got the error as the issue title,
would someone provide a fix?
thanks