2017-08-07 58 views
2

虽然试图在泊坞窗环境(无GIT)安装编译依赖,我们得到follwing错误:从github解析依赖关系node-fetch的问题 - fork仍然有必要?

npm ERR! git clone --template=/home/node/.npm/_git-remotes/_templates --mirror [email protected]:archilogic-com/node-fetch.git /home/node/.npm/_git-remotes/git-github-com-archilogic-com-node-fetch-git-1-x-03653294: undefined 

问题似乎依赖archilogic-com/node-fetch#1.xhere

好的。我们应该能够处理这个问题。

另一方面,问题是叉子是否仍然是必需的。

Imho分叉的原因是overriding the array-buffer,
这已在original node-fetch中完成。

也许我错了,但使用原来会帮助我们很多。
非常感谢提前

回答

0

确实看起来像更新将是一个好主意!

pull请求是欢迎:https://github.com/archilogic-com/3dio-js

谢谢!

+0

如果我没有弄错,这个问题已经在1.0.0-beta.32中解决了吗? https://github.com/archilogic-com/3dio-js/releases/tag/v1.0.0-beta.32 –

+0

是的,beta.33还修复beta.32中的故障 – geekonaut