22.2 Dev Extension Tools freshly downloaded from N...
# suitecommerce
m
22.2 Dev Extension Tools freshly downloaded from NS and Installed with Node 12.21.0 aren’t creating any (shopping, myaccount, checkout) _ext.js files in
LocalDistribution/tmp/extensions/
when running
gulp extension:local
Anyone seen this? Thank you!
It looks like here in :
if(application_manifest)
{
var entry_points = application_manifest.application;
_.each(entry_points, function(application)
{
js_dest.push(path.join(javascript_destination, application + '_ext.js'));
});
}
application_manifest is undefined in a log right before that code, so I am guessing that’s why. Not sure why that would be undefined and not error out in the terminal??