node.js - npm Error: EPERM: operation not permitted, mkdir 'C:\Program Files (x86)\nodejs' at Error (native) -


i have installed nodejs (version 6.2.1) , nodejs tools visual studio (version 1.1.1) on laptop. have cloned 1 of projects github, when try update npm dependencies (i.e. express, bower) error

error: eperm: operation not permitted, mkdir 'c:\program files (x86)\nodejs'               @ error (native) 

my default nodejs install @ c:\program files\nodejs.

i have tried run command npm update using admin permission in cmd, create folder command seems never finish.

thanks in advance if can help

it occured me same error situation.you need open node.js command prompt administratior.i hope can you.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -