使用 git bash 在 windows 上执行 npm 安装以实现 angular.io 快速启动的问题
Issue doing an npm install on windows using git bash for angular.io quick start
正在尝试在 windows 上执行 npm 安装以实现 angular.io 快速启动:https://angular.io/docs/ts/latest/guide/setup.html
问题是一旦我克隆了我得到这个 git bash 错误:
shasum 检查失败...
当我使用 [=48 在 windows 上执行“npm install”时会发生这种情况=] bash.
有谁知道我可以使用的任何其他 angular4 种子应用程序或 angular.io 快速入门的修复程序?
错误的屏幕截图:
你能运行下面的命令再试一次吗?如果您遇到同样的错误,请 post 错误日志。
npm set registry https://registry.npmjs.org/
正在尝试在 windows 上执行 npm 安装以实现 angular.io 快速启动:https://angular.io/docs/ts/latest/guide/setup.html
问题是一旦我克隆了我得到这个 git bash 错误:
shasum 检查失败...
当我使用 [=48 在 windows 上执行“npm install”时会发生这种情况=] bash.
有谁知道我可以使用的任何其他 angular4 种子应用程序或 angular.io 快速入门的修复程序?
错误的屏幕截图:
你能运行下面的命令再试一次吗?如果您遇到同样的错误,请 post 错误日志。
npm set registry https://registry.npmjs.org/