If your SuiteCommerce extension deployment faces node issues, check out our Node.js Troubleshooting Errors or SCA Source Code Deployment Steps articles.
If your SuiteCommerce activation throws a JavaScript or SuiteScript error, file not found, path not found, or other error, it is almost always a manifest error. For example, for any path not found issues, look at the exact file throwing the extension deployment error and make sure that the folder(s) in that file path follow the exact expected naming convention, shown below.
Ensure the manifest reflects each of these titles in the filepath value for keys like “files” or “shopping”.
Additionally, check that every main key of the manifest follows the exact naming convention shown below:
{
"assets": {},
"suitescript2": {},
"target_version": {},
"javascript": {},
"ssp-libraries": {},
"templates": {},
"sass": {},
"configuration": {}
}*Every key is lowercase, and make sure no target_version is specified.
If fixing filepaths/names does not immediately fix the issue, delete your deploy distribution and local distribution, then try deploying again.
If that still does not resolve the issue, use the dev tools command gulp extension:create to create an error-free extension skeleton. Then, copy relevant files and not their respective folders into the new extension. Redeploy using this new manifest.
Related Articles:
We like to update our blogs and articles to make sure they help resolve any troubleshooting difficulties you are having. Sometimes, there is a related feature to enable or a field to fill out that we miss during the instructions. If this article didn't resolve the issue, please use the chat and let us know so that we can update this article!
If you have general questions about SuiteCommerce or more specific questions about how our team can support your business as you implement NetSuite or SuiteCommerce, feel free to contact us anytime. Anchor Group is a certified Oracle NetSuite Alliance Partner and Commerce Partner equipped to handle all kinds of NetSuite and SuiteCommerce projects, large or small!

We are a premium SuiteCommerce agency that creates powerful customer portals. Unlike our competitors, we have already solved your problems.
Tagged with Troubleshooting