Installed ExtensionDevelopmentTools-23.1.3.zip per...
# suitecommerce
m
Installed ExtensionDevelopmentTools-23.1.3.zip per directions. Used Node version 14.19.0 I ran
npm install
Copied keys into
.env
file. Ran
gulp extension:fetch --to --account [account]
Got the following error and I have tried installing multiple times.
Copy code
[23:56:24] Downloading Activation Manifest...
[23:56:36] The following tasks did not complete: extension:fetch
[23:56:36] Did you forget to signal async completion?
Has anybody run into this and know how to resolve?
h
Hey sometimes when we copy our keys into the .env file , it gets copied with an extra space in it . Make sure your .env file don't have any additional spaces in it.
m
No it's not spaces, but thanks for the suggestion.
c
What happens when you don't use the
--account
parameter?
m
It ended up being something to do with the VPN that I was, when I changed VPN servers it worked fine.
c
I have run into that before. A VPN I use has a browser extension that leaves non-browsing traffic alone.
1