when i run 'ni -g xxx' in a project workspace i see it always use npm, then i see the source code of src/config.ts.
I think it always excute config = { ...defaultConfig, defaultAgent: agent } because agent always exists. And i want to know is it so? thanks.
when i run 'ni -g xxx' in a project workspace i see it always use npm, then i see the source code of src/config.ts. I think it always excute
config = { ...defaultConfig, defaultAgent: agent }
because agent always exists. And i want to know is it so? thanks.