Hi all!
I have a problem with npm. Downloading every package generates the following error:
3403 silly tarball no local data for [PACKAGE_NAME]@[OUR_NEXUS]/repository/npm-group/[PACKAGE_NAME_VERSION].tgz. Extracting by manifest.
We have a Nexus3 server that serves the Packages: the ones published locally by us, stored in private repository, and the public ones, through a Proxy repository. We could use different solutions, but this one simplifies a lot the publish/build process of all the packages and applications.
Anyway, this problems causes the npm install to fail after a while, hence I cannot work on my software.
I admit that even if I post the problem here, I'm not sure that is something connected to solus. Because:
- when I work in the office with Ubuntu, I have no problem at all
- working from home with Solus, using a VPN, causes the problem
There are 2 differences here: the distribution and the use of VPN.
If between Solus and Ubuntu are no differences in the way npm is packages/built/distributed, the problem should be the VPN.
Thanks in advance for any response about this.