If your SuiteCommerce extension deployment faces node issues, check out our Node.js Troubleshooting Errors article.
If your SuiteCommerce activation throws a JavaScript or SuiteScript error, a 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 that throws 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 resolve the issue, delete your deploy and local distributions, then try deploying again.
If that still does not resolve the issue, use the dev tools command gulp extension:create to create a skeleton for an error-free extension. Then copy the relevant files, not their respective folders, into the new extension. Redeploy using this new manifest.
Related Articles:
We like to update our blogs and articles to ensure they help resolve any troubleshooting issues 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