nodejs will not enable corepack: operation not permitted

Viewed 9353

I have installed nodejs and i am trying to enable corepack with corepack enable but it gives me this error on windows:

Internal Error: EPERM: operation not permitted, open 'C:\Program Files\nodejs\pnpm'
Error: EPERM: operation not permitted, open 'C:\Program Files\nodejs\pnpm'

I can not find the pnpm folder is is refering to in the nodejs folder and i have tried to npm install -g pnpm which did install pnpm

how do I fix this?

1 Answers

Try running the cmd as administrator

enter image description here

Related