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 (`)
Tag: gulp deploy error
TypeError : out.writeUint32LE is not a function Error During Gulp Command- New update by Netsuite
If getting error like “TypeError : out.writeUint32LE is not a function” during gulp deploy, then first try the methods given in the below “https://jobinandjismi.in/typeerror-out-writeuint32le-is-not-a-function/”, if it is not working then follow the below methods. To correct this error, complete the following steps before running gulp commands: In the root directory of SCA using the command… Continue reading TypeError : out.writeUint32LE is not a function Error During Gulp Command- New update by Netsuite
Error : Cannot find module ‘gulp-sass’ on gulp deploy
Edit your package.json. Change: to