在 jspm 包安装期间更新注册表缓存消息

Updating registry cache message during jspm package installation

当我 运行 jspm install Aurelia-framework 在命令提示符下时,我看到消息 正在更新注册表缓存....

jspm更新了Windows操作系统注册表还是项目中的package.json文件什么的还有吗?

表示jspm-cli抓取https://github.com/jspm/registry which provides overrides and short names for popular packages. See the source code to understand what's happening when jspm updates the registry cache: https://github.com/jspm/registry-endpoint/blob/master/registry.js#L182