51

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?

Nadia Hansen
  • 697
  • 2
  • 6
  • 16

1 Answers1

74

Try running the cmd as administrator

enter image description here

Ikdemm
  • 1,804
  • 1
  • 11
  • 25