There is an error with uploading backup after deployment happening on the terminal, the backup file is not uploading in Netuite. While we deploy backup to the account, backup is not deploying correctly. Instead it shows a error as follows,

Solution:
Modify package.json Dependencies
- In the top level of the SuiteCommerce Advanced source directory, open the package.json file.
- Find the following lines of code:
“ansi-colors”: “2.0.1”,
“archiver”: “2.1.1”,
“async”: “2.6.1”,
3. And replace them with the following code:
“amd-optimize”: “0.3.1”,
“archiver”: “0.13.0”,
“async”: “0.9.0”,
After these modifcation deployment and upload backup happen correctly.