2

While trying to install build dependencies in a docker environment (no git), we got follwing error:

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

Problem seems the dependency archilogic-com/node-fetch#1.x here.

Ok. We should be able to handle this.

On the other hand, the question is wether the fork is still necessary.

Imho the reason for forking was overriding the array-buffer,
which is already done in original node-fetch.

Maybe i'm wrong but using the original would help us a lot.
Many thanks in advance

meme
  • 83
  • 5

1 Answers1

0

Indeed looks like an update would be a good idea!

A Pull request is welcome: https://github.com/archilogic-com/3dio-js

Thank you!

geekonaut
  • 5,714
  • 2
  • 28
  • 30