Hi Everyone, I hope you are all doing well, Can an...
# suitecommerce
h
Hi Everyone, I hope you are all doing well, Can anyone tell me why I am getting this error on the extension activation process, I am using extensionDevelopmentVersion 23.1.1 , Which allows me to fetch and deploy extensions but each time I try to activate extensions after deployment it throws an error that is mentioned below in the screenshot. I'll be very grateful if anyone could help me here. Thanks
s
In one of your extensions, you’ve either put in a second
define
call, or you’ve messed up your code so that your module is not properly enclosed (eg you’re missing closing brackets), which is causing it to spill over to the next module. Check your module code
👀 1