Skip to content
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

jupyter lab build ignores .yarnrc settings (v1.0.0rc0) #6702

Open
pkvprakash opened this issue Jun 25, 2019 · 2 comments
Open

jupyter lab build ignores .yarnrc settings (v1.0.0rc0) #6702

pkvprakash opened this issue Jun 25, 2019 · 2 comments

Comments

@pkvprakash
Copy link

pkvprakash commented Jun 25, 2019

Installing a labextension or building jupyterlab assets tend to ignore the .yarnrc settings.
I have overridden the default registry in my .yarnrc settings with an Nexus npm package proxy. But the latest jupyterlab (1.0.0rc0) build tend to ignore those settings and tries to pull the changes from registry.yarnpkg.com directly.

@pkvprakash pkvprakash changed the title jupyter lab build ignores .yarnrc settings jupyter lab build ignores .yarnrc settings (v1.0.0rc0) Jun 25, 2019
@blink1073 blink1073 added this to the 1.1 milestone Jun 29, 2019
@blink1073
Copy link
Member

cf #4149

@blink1073 blink1073 modified the milestones: 1.1, 1.2 Aug 27, 2019
@jasongrout jasongrout modified the milestones: 1.2, 2.0 Oct 11, 2019
@jasongrout jasongrout modified the milestones: 2.0, Future Dec 2, 2019
@RedTn
Copy link
Member

RedTn commented Apr 9, 2020

@blink1073

This hasn't been fixed or has it? I'm following the related material but it's not clear to me how to change the registry if it's fixed.
I'm trying a .yarnrc file of
registry "https://www.myregistry.com"
and also a jupyter_config.json of:
{ "LabApp":{ "yarn_registry": "https://www.myregistry.com" }, "BaseExtensionApp":{ "yarn_registry": "https://www.myregistry.com" }, "LabBuildApp":{ "yarn_registry": "https://www.myregistry.com" } }

but neither seem to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants