billal
billal

Reputation: 113

i am getting this error when i use npx command Error: EPERM: operation not permitted,

I am trying to install create-guten-block package using this command npx create-guten-block my-block but i couldn't install it.

my node version: 10.15.1

npm version: 6.4.1

i am getting following error. what i am doing wrong i am following documentation. enter image description here

Upvotes: 0

Views: 140

Answers (1)

progm
progm

Reputation: 2858

Use this command and try again:

npm cache clean --force

Upvotes: 1

Related Questions