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.
我打包了一个 NPM 库:
tarball=$(npm pack)
然后我跑
npm cache add "$PWD/$tarball"
但是当我检查 npm 缓存时.npm,那里没有什么新东西。
.npm
有谁知道为什么 NPM 缓存不会被 add 命令更新?
使用 npm 5.3.0 版时,我在 Windows2012 机器上遇到了同样的问题。移动到 5.6.0 不再是问题。