-
Notifications
You must be signed in to change notification settings - Fork 876
New issue
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
yarnDownloadRoot looking at wrong location to download the package #601
Comments
Try to move it on the intranet, so that it's in the correct place? |
Is there a way I can specify absolute download path as opposed to specifying download root ? |
No, that's not possible. |
i have the same problem. the plugin is extending the path to path/to/root/yarn/-/v0.xx.xx/yarn-v0.xx.xx.tar.gz. another problem is the fileending. the plugin trying to fetch *.tar.gz but i have *.tgz packages only available at intranet. please provide an configuration option! thanks in advance |
I have the same issue :( |
Please understand we are developer, fighting with devops isnt where send our productivity. @eirslett please give us release where we can specify yarn or any package absolute location inside config of pom :) |
This problem is still super actual! Are there any improvement or life-hacks? |
There are 2 possible suggesions that don't involve ops teams:
|
I am trying install node and yarn from intranet. Node gets installed fine but yarn fails to install as it could not download the package on the intranet
I have set
<yarnDownloadRoot> path/to/root/yarn/-/ </yarnDownloadRoot>
and the plugin tries to download yarn from path/to/root/yarn/-/v0.17.10/yarn-v0.17.10.tar.gz and gets a 404 but actually the package is located at path/to/root/yarn/-/yarn-v0.17.10.tar.gz
Please suggest a way to fix this.
The text was updated successfully, but these errors were encountered: