Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 index.js 文件需要模块缓存。我已经使用 npm 安装了它,但错误并没有消失。
var cache = require('cache')({ backend: 'memory' });
在这不起作用之后,我也使用 -g 选项安装了它,但错误仍然存在。有什么想法吗?
您可以阅读此网页:https ://www.npmjs.com/package/npm-cache 您需要安装许多软件包,例如现金模块:npm install -g npm-cache
npm install -g npm-cache