尝试安装软件包时 jspm 不工作
jspm not working when trying to install packages
我在 运行 jspm install
(或 jspm install jquery
或任何其他重要的软件包)尝试使用 jspm 时遇到问题,它超时两次,然后在第 3 次尝试时,它会显示一条错误消息。
我不知道还能说什么,这是我第一次使用 jspm,所以我将粘贴输出:
jspm install jquery
Updating registry cache...
warn Timed out on locate for jspm:jquery, retrying (1).
To increase the timeout run jspm config registries.jspm.timeouts.lookup 120
warn Timed out on locate for jspm:jquery, retrying (2).
To increase the timeout run jspm config registries.jspm.timeouts.lookup 120
warn Error on locate for jspm:jquery
Error: Command failed: C:\Windows\system32\cmd.exe /s /c "git fetch --all &
& git reset --hard origin/master"
From https://github.com/jspm/registry
* branch HEAD -> FETCH_HEAD
fatal: ambiguous argument 'origin/master': unknown revision or path not in
the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
at ChildProcess.exithandler (child_process.js:203:12)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:818:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5
)
err Error locating jspm:jquery.
我 运行 正在 Windows 7 64 位,我在代理下(没有身份验证的本地主机代理连接到需要身份验证的公司代理),我已经设置 HTTP_PROXY 和 HTTPS_PROXY 环境变量和 npm 在代理下工作正常
我遇到了同样的问题,并且能够通过清除我的 jspm 缓存来解决它。尝试 运行 这个命令:
jspm cache-clear
我在 运行 jspm install
(或 jspm install jquery
或任何其他重要的软件包)尝试使用 jspm 时遇到问题,它超时两次,然后在第 3 次尝试时,它会显示一条错误消息。
我不知道还能说什么,这是我第一次使用 jspm,所以我将粘贴输出:
jspm install jquery
Updating registry cache...
warn Timed out on locate for jspm:jquery, retrying (1).
To increase the timeout run jspm config registries.jspm.timeouts.lookup 120
warn Timed out on locate for jspm:jquery, retrying (2).
To increase the timeout run jspm config registries.jspm.timeouts.lookup 120
warn Error on locate for jspm:jquery
Error: Command failed: C:\Windows\system32\cmd.exe /s /c "git fetch --all &
& git reset --hard origin/master"
From https://github.com/jspm/registry
* branch HEAD -> FETCH_HEAD
fatal: ambiguous argument 'origin/master': unknown revision or path not in
the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
at ChildProcess.exithandler (child_process.js:203:12)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:818:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5
)
err Error locating jspm:jquery.
我 运行 正在 Windows 7 64 位,我在代理下(没有身份验证的本地主机代理连接到需要身份验证的公司代理),我已经设置 HTTP_PROXY 和 HTTPS_PROXY 环境变量和 npm 在代理下工作正常
我遇到了同样的问题,并且能够通过清除我的 jspm 缓存来解决它。尝试 运行 这个命令:
jspm cache-clear