I am getting this error ' Object.fromEntries is no...
# suitecommerce
a
I am getting this error ' Object.fromEntries is not a function' while deploying extension with tokoen-base
k
Were you able to resolve this? I am seeing the same thing
f
This error usually stems from node/npm incompatibility. Alternate solution is to increase node and npm version. Node versions below has been tested to resolve the error:
k
Thanks