docs icon indicating copy to clipboard operation
docs copied to clipboard

Windows; not permitted on 'npx elem-copy-binaries'

Open rienheuver opened this issue 1 year ago • 0 comments

I just installed the plugin-renderer and tried to copy the binaries, as per the instructions on https://www.elementary.audio/docs/packages/plugin-renderer. I'm running Windows 11 and ran this in Powershell. However, I got the following error:

PS C:\Users\<my-user>\OSC-test> npx elem-copy-binaries
Writing C:\Program Files\Common Files\VST3\ElementaryDevKit.vst3...
node:internal/process/esm_loader:97
    internalBinding('errors').triggerUncaughtException(
                              ^

[Error: EPERM: operation not permitted, mkdir 'C:\Program Files\Common Files\VST3\ElementaryDevKit.vst3'] {
  errno: -4048,
  code: 'EPERM',
  syscall: 'mkdir',
  path: 'C:\\Program Files\\Common Files\\VST3\\ElementaryDevKit.vst3'
}

Node.js v18.13.0

rienheuver avatar Jan 08 '23 22:01 rienheuver