【发布时间】:2019-12-24 02:46:06
【问题描述】:
我正在学习使用 nodeJs 的 express 框架。我在使用 npm install express --save 安装 express 时遇到问题
Unhandled rejection Error: EACCES: permission denied, mkdir '/Users/akandegeorge/.npm/_cacache/index-v5/37/92'
Unhandled rejection Error: EACCES: permission denied, mkdir '/Users/akandegeorge/.npm/_cacache/index-v5/22/9a'
Unhandled rejection Error: EACCES: permission denied, mkdir '/Users/akandegeorge/.npm/_cacache/index-v5/06/5a'
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! <https://npm.community>
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/akandegeorge/.npm/_logs/2019-08-18T18_13_54_120Z-debug.log
【问题讨论】:
标签: node.js express npm-install