We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d792da5 commit 2a6db9aCopy full SHA for 2a6db9a
tests/legacy-cli/e2e/tests/schematics_cli/basic.ts
@@ -10,6 +10,8 @@ export default async function () {
10
return;
11
}
12
13
+ process.env['NPM_CONFIG_REGISTRY'] = 'http://localhost:4873';
14
+
15
await silentNpm(
16
'install',
17
'-g',
0 commit comments