We are running Artifactory Pro 4.5.1 rev 40117 on Ubuntu Trusty Tahr, and are having troubles with an NPM local repository.
For stability purposes, we don't allow our official builds to reach out to the internet, or even use a remote Artifactory repository; we must use Artifactory local repositories. Any artifacts our build needs must be uploaded to these repositories. We use the JSONLint <https://github.com/zaach/jsonlint> NPM package. This has a dependency on another package called JSV <https://github.com/garycourt/JSV> . JSV, however, has a tiny problem. Its package.json <https://github.com/garycourt/JSV/blob/master/package.json> has "dependencies" set to "[]", and the standard appears to be a hash ("{}") rather than an array ("[]"). Artifactory has no problem pulling JSV into a remote repository from the internet. However, if you try to upload a copy to a local repo, you get the following error: Is there any way to get JSV-4.0.2 into a local Artifactory NPM repository? Before anyone asks, a bug fix to JSV is unlikely: 4.0.2 is the latest and only release, published in 2012. -- View this message in context: http://forums.jfrog.org/Marginal-NPM-artifact-uploads-remotely-not-locally-tp7581098.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
