npm ERR! code EPERM npm ERR! syscall open npm ERR! path D:\Program Files\nodejs\npm_packages\_cacach

Problem Description:

npm ERR! code EPERM npm ERR! syscall open npm ERR! path D:\Program Files\nodejs\npm_packages_cacach

Screenshot of the problem:

insert image description here

problem causes:

Because the module operation authority in the nodojs file is not enough (modified the path of the node.js download file).

solution:

Modify permissions by yourself. Find the folder where you installed node.js (my folder is nodejs) - right click - properties - security full control
insert image description here

Guess you like

Origin blog.csdn.net/qq_37515374/article/details/128668912