Hi all, I run into an issue with "gulp extension:f...
# suitecommerce
s
Hi all, I run into an issue with "gulp extension:fetch" quite often (not sure if it is an issue or a feature). Sometimes, on running this command, it does not prompts me to select extension(s) I want to fetch instead it automatically fetches some extensions out of all active extensions. Not sure but seems to me that in Extension Development Tools only some of the extensions I have worked on are getting fetched like these extensions are getting registered somewhere in the Tools. Anyone got any idea how this works? How can I fix this so that I am able to choose the extensions I want to fetch. Thanks
g
I think there might be a flag to reset this I can't remember but you go into the gulp folder and then the config and change config.json file to
Copy code
"fetchConfig": {
    "extension": ""
},
it should prompt for selection
👍 1
s
Thanks, that worked