1. Unhandled re jection Error: EPERM: operation not permitted, mkdir ‘C: \Program Files \node js \node_ cache _ cacache’

npm报错 :operation not permitted, mkdir ‘C: \Program Files \node js \node_ cache _ cacache’

2. Error: EPERM: operation not permitted, mkdir ‘C: \Program Files \node js node_ global’

npm报错 :operation not permitted, mkdir ‘C: \Program Files \node js \node_ cache _ cacache’

解决方法

1.找到 C:\Users(用户\你的用户名).npmrc 这个文件,把内容替换为

prefix=C:\Programming Software\nodejs\node_global
cache=C:\Programming Software\nodejs\node_cache
registry = http://registry.cnpmjs.or

相关文章: