For Extension: For theme:
Tag: gulp command
Steps to Uninstall Gulp-sass:Global
Open the command line in the top-level directory of your source code. If you are a Windows user, execute the following command as either Administrator or as a User: npm uninstall -g node-sass gulp-sass. 3. If you are a Linux / Mac user, execute the following command as Administrator: npm uninstall -g node-sass gulp-sass sudo… Continue reading Steps to Uninstall Gulp-sass:Global
How to solve the error : (node:9544) UnhandledPromiseRejectionWarning: TypeError: sass.sync is not a function while executing the gulp commands?
The error message you’re encountering, (node:9544) UnhandledPromiseRejectionWarning: TypeError: sass.sync is not a function, indicating that there’s a problem with the usage of the sass.sync function in your code, possibly within your Gulp task related to deploying extensions. Here are a few steps you can take to troubleshoot and solve this issue: Check Dependencies: Make sure… Continue reading How to solve the error : (node:9544) UnhandledPromiseRejectionWarning: TypeError: sass.sync is not a function while executing the gulp commands?
SuiteCommerce Extension Management Updates
With the 2023.1 release, The following gulp commands have been added and can be used with extension and theme developer tools: gulp reactivate – triggers a reactivation process of all the extensions and themes installed on your website gulp reactivate –async – triggers a reactivation process of all the extension and themes installed in your website asynchronously… Continue reading SuiteCommerce Extension Management Updates
Error in gulp extension:fetch
Not able to fetch the extension using gulp extension:fetch. Some error is showing when using this fetch command. Solution: To resolve this, First uninstall the currently using node version and re-install it. nvm uninstall <version> nvm install <version> Then try to fetch again.
New gulp commands added In 2023.1 SCA Release
With the 2023.1 release, the following updates were made: The following gulp commands have been added and can be used with extension and theme developer tools: gulp reactivate – triggers a reactivation process of all the extensions and themes installed on your website gulp reactivate –async – triggers a reactivation process of all the extension… Continue reading New gulp commands added In 2023.1 SCA Release
Resolve TypeError: Cannot read property ‘application_manifest’ of undefined at Object.getCompilationTasks (‘Folder path’) while running the gulp command.
This error as shown in the screenshot below, may occur while we run the gulp command. This error can be resolved by replacing the gulp folder in the extension/theme folder with the gulp folder in the extension/theme development tools respectively.
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