SuiteCommerce Source Code Deployment Error: => and Backticks (`)

Issue Overview When working with SuiteCommerce, developers may encounter an issue where the deployment process fails due to the presence of certain JavaScript syntax elements: the arrow function (=>) and backticks (`). These syntax elements work perfectly in a local development environment but cause errors during deployment. Cause of the Issue SuiteCommerce’s deployment process involves… Continue reading SuiteCommerce Source Code Deployment Error: => and Backticks (`)

How to run Elbrus Version in Local System

Before running it we need to ensure that the Node Version and Gulp version are exactly the same as needed in the SuiteCommerce Elbrus version. Ensure that node 4.9.1, gulp 3.9.1, and npm 4.6.1 are being used in the development environment. These versions are supported by Elbrus Release of SuiteCommerce Advanced. o verify that Node, Gulp, and npm is installed correctly, follow this checklist:… Continue reading How to run Elbrus Version in Local System

How to find Node Version in SCA

Sometimes it’s difficult to find the Node version in SCA. Sometimes it’s because of the very old version of the SCA website we aren’t able to find the exact node versions. For this, we can use a little tricky method for finding the node version. Whenever you download the backup development code from any SCA… Continue reading How to find Node Version in SCA

Deployment error in elbrus

Error in terminal while deploying to elbrus version of SCA This is solved by enabling the authentication for older versions.Follow the same steps mentioned here http://jobinandjismi.in/enable-token-based-authentication-montblanc-vinson-elbrus-and-kilimanjaro/

Deploying Dev code to Elbrus version

While deploying dev code to the Elbrus version, note the following things. Select node version 6.11.3 ( In Netsuite help center they have given version 4.x.x and later) 6.11.3 is working properly. Then while deploying, unlike other SCA versions first we have to select the role. So for confirming that we deploy to the right… Continue reading Deploying Dev code to Elbrus version