Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: EPERM: operation not permitted installing ionic 3 and cordova

I am trying to install ionic 3 and cordova for the first time in my desktop. I am using windows 7.

npm install -g ionic cordova

shows me this error :

npm WARN deprecated [email protected]: Use uuid module instead
C:\Users\amir\AppData\Roaming\npm\cordova -> C:\Users\amir\AppData\Ro
C:\Users\amir\AppData\Roaming\npm\ionic -> C:\Users\amir\AppData\Roam
npm ERR! path C:\Users\amir\AppData\Roaming\npm\node_modules\ionic\no
.json
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! syscall unlink
npm ERR! Error: EPERM: operation not permitted, unlink 'C:\Users\amir
s\fsevents\node_modules\ansi-regex\package.json'
npm ERR!     at Error (native)
npm ERR!  { Error: EPERM: operation not permitted, unlink 'C:\Users\a
ules\fsevents\node_modules\ansi-regex\package.json'
npm ERR!     at Error (native)
npm ERR!   stack: 'Error: EPERM: operation not permitted, unlink \'C:
\ionic\\node_modules\\fsevents\\node_modules\\ansi-regex\\package.jso
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'unlink',
npm ERR!   path: 'C:\\Users\\amir\\AppData\\Roaming\\npm\\node_module
i-regex\\package.json' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.

I tried entering windows PowerShell in administrator mode but the problem is not solved. Any idea please ?

like image 989
Amir Choubani Avatar asked Dec 05 '25 09:12

Amir Choubani


1 Answers

I solved the problem.

It is not about node-uuid.

I just go to appData/Roaming/npm and i deleted

node-module folder

and

npm cache

and then, It worked

like image 122
Amir Choubani Avatar answered Dec 07 '25 22:12

Amir Choubani



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!