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