Hello I am trying to build paraview-glance from Kitware/ paraview-glance GitHub repo. It was successful on my personal laptop but unable to do so in my office machine. (I use enterprise registry and they prevent downloading package from external github)
The issue I found is with kw-doc
dependency. I get the following error.
npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/floryst/kw-doc.git
npm ERR!
npm ERR! fatal: read error: Invalid argument
npm ERR!
npm ERR! exited with error code: 128
I am planning to download the file and maintain a local copy. But I don’t want to add kw-doc
in version management. Can anyone suggest an efficient work around ?
Also is the kw-docs
necessary. I see them in dev dependency. If it is required why can’t it be published to npm ?