How to resolve Syntax error: Unexpected token while running Gulp local

To resolved Issue II, follow the instructions below: Steps: Ensure that the 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. To verify that Node, Gulp and npm are installed correctly, follow these checklist: To check node, run node -v in the command line window To run multiple Node versions, see article 49023… Continue reading How to resolve Syntax error: Unexpected token while running Gulp local

Resolve EADDRINUSE error when running gulp local

Suite Commerce Advanced can run on a local server by entering the “gulp local” command. This is usually used to verify and test the changes immediately made on the application without affecting the production/live environment. When a user encounters the following Error: “Error: listen EADDRINUSE 0.0.0.0:XXXX“, it only means that the address XXXX is being… Continue reading Resolve EADDRINUSE error when running gulp local

Resolve Error: Cannot find module ‘underscore’.

When you have cannot find module x errors, one thing that might help sometimes is deleting the whole npm_modules folder and just running npm install again. Sometimes, on the initial npm install, it might of failed to get one dependency for a package and it won’t try to get it again when you run npm… Continue reading Resolve Error: Cannot find module ‘underscore’.

Solve type error: out.writeUint32LE is not a function

When running the Gulp Local command to see developments locally on your NetSuite SCA Website, there are times that an error – TypeError: out.writeUint32LE is not a function is thrown. To resolve this, follow the instructions below prior to running the gulp commands: In the root directory of SCA using the command prompt window, go to ./node_modules/gulp-ttf2woff Run npm install ttf2woff@2.0.2… Continue reading Solve type error: out.writeUint32LE is not a function