docs
docs copied to clipboard
Windows; not permitted on 'npx elem-copy-binaries'
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