We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am currently using the following properties in .bowerrc file. We are using a JFrog artifactory to host our private bower components
registry": { "search": [ "http://domain-api.mycompany.com/artifactory/api/bower/default.bower.global", "http://bower.int.xyz.com", "https://bower.herokuapp.com" ] }, "resolvers": [ "bower-art-resolver" ],
When I ran bower-away it produced something like this
"@bower_components/my-package": "art://my-package/my-package#1.0.0",
My .npmrc file has
registry = "http://domain-api.mycompany.com/artifactory/api/npm/default.npm.global"
When I run yarn, I get
yarn
error An unexpected error occurred: "http://domain-api.mycompany.com/artifactory/api/npm/default.npm.global/@bower_components%2my-package: not_found".
How to deal with this?
The text was updated successfully, but these errors were encountered:
I don't think there's plugin for it in Yarn
Sorry, something went wrong.
No branches or pull requests
I am currently using the following properties in .bowerrc file. We are using a JFrog artifactory to host our private bower components
When I ran bower-away it produced something like this
My .npmrc file has
When I run
yarn
, I getHow to deal with this?
The text was updated successfully, but these errors were encountered: