feat(core): Allow overriding npm registry for community packages (#10325)
This commit is contained in:
committed by
GitHub
parent
838f13337f
commit
33a2703429
@@ -108,6 +108,7 @@ describe('GlobalConfig', () => {
|
||||
nodes: {
|
||||
communityPackages: {
|
||||
enabled: true,
|
||||
registry: 'https://registry.npmjs.org',
|
||||
reinstallMissing: false,
|
||||
},
|
||||
errorTriggerType: 'n8n-nodes-base.errorTrigger',
|
||||
|
||||
Reference in New Issue
Block a user