-
-
Notifications
You must be signed in to change notification settings - Fork 370
Closed
Labels
bountyAsyncAPI Bounty program related labelAsyncAPI Bounty program related labelbounty/2023-Q4AsyncAPI Bounty program related labelAsyncAPI Bounty program related labellevel/advancedAsyncAPI Bounty program related labelAsyncAPI Bounty program related labelreleased
Description
Describe the bug
After upgrade to 1.6.0 version from 1.1.4, ag stopped to recognize npm configuration to use private repository
How to Reproduce
install @asyncapi/generator@1.6.0
configure NPM to use private repository using:
npm config set registry <path to registry>
try to generate code
ag ./server.yaml @repo/template --force-write --output ./out
see error - Error: 404 Not Found - GET https://registry.npmjs.org/<template in private repo> - Not found
install @asyncapi/generator@1.1.4
ag ./server.yaml @repo/template --force-write --output ./out
Done! ✨Expected behavior
Ag should pull template from private repository
cmelgarejo, temparus, andrew-j-roberts, rluvaton and neorayer
Metadata
Metadata
Assignees
Labels
bountyAsyncAPI Bounty program related labelAsyncAPI Bounty program related labelbounty/2023-Q4AsyncAPI Bounty program related labelAsyncAPI Bounty program related labellevel/advancedAsyncAPI Bounty program related labelAsyncAPI Bounty program related labelreleased
Type
Projects
Status
Completed