Questions tagged [artifactory]

JFrog Artifactory serves as a versatile binary repository manager solution, enabling seamless integration with various dependency and package managers. Utilize this tag for any inquiries related to the utilization or configuration of Artifactory.

Encountered a 403 Forbidden error while trying to npm install within my continuous integration pipeline

After running npm install, I encountered a 403 error message: $ npm install npm ERR! code E403 npm ERR! 403 Forbidden - GET https://<my-private-jforg-registry>/zone.js/-/zone.js-0.13.1.tgz npm ERR! 403 In most cases, you or one of your dependencies a ...

Is npm supported by the Artifactory open source (OSS)?

After reviewing the Artifactory Comparison Matrix, it appears that npm and other formats may not be supported. Can anyone confirm if this information is accurate? I have searched through the documentation but haven't found any mention of npm support. ...

What are the top strategies for storing npm artifacts effectively in Artifactory?

Greetings! We are relatively new to NPM and come from a background in maven, so please bear with us if our questions sound basic. Currently, we have NPM repositories set up in Artifactory where we produce packages in war format. However, we are unsure abo ...

Confirming the credentials for the Artifactory npm repository

I recently established a npm virtual repository in Artifactory. After successfully logging in with npm login, I am able to publish without issue. However, when attempting to use the npm install command, I encounter a 403 error message indicating that auth ...

Exploring JSON Object Arrays within the JFrog Mission Control API

I have recently upgraded to Mission Control version 1.1 While trying to interact with the REST API for repository creation, I encountered an issue with my JSON input: { "scriptMappings": [{ "scriptNames": ["virtual-repo"], "scriptUserInputs": [{ ...

Encountering a 403 error while trying to download dependencies from Artifactory via Npm

Currently in the process of executing a task within a Node.js project. One of the tasks involves using the rtnpminstall command, which in turn executes the npm install command. The execution of the rtnpminstall command is triggered by the Artifactory plugi ...

Is it possible to set up multiple registries within a single package.json configuration?

Is it possible to define two different registries within the publishConfig section of the package.json file? The scenario is that we want to publish the artifact to two different locations depending on its purpose. For SNAPSHOT versions, we would like to ...

Error: Authentication required. Please provide valid credentials for the "Artifactory Realm" realm

I attempted to execute the following command: npm install -g @angular/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="2a4946436a13041b041a">[email protected]</a> however, I encountered the following error: npm ERR ...

The command npm login --always-auth neglects to include the necessary configuration entry

I currently have npm version 6.13.7 installed and I am using Artifactory repository manager to store my project dependencies. The registry URL is configured in the .npmrc file within my project folder: root@2892c246217b:/build# cat .npmrc registry=https:/ ...