Type Error: Cannot read the property ‘files’ of undefined

The error happens in the terminal when deploying the theme/Extension. The reason for the error message is due to the complex file structure of the theme. gulp theme:deploy and gulp extension:deploy commands use SuiteScript Restlet service requests to upload the theme and extension development files to the NetSuite file cabinet. And, SuiteScript’s governance model limits… Continue reading Type Error: Cannot read the property ‘files’ of undefined

Deploy a Theme to NetSuite And Activate

After testing and verifying your theme locally, Then deploy your theme to NetSuite so you can activate it for a website domain To deploy theme to NetSuite: In your local developer environment, open a command line or terminal and access the top-level development directory. Run the following command: gulp theme:deploy When prompted, enter the following… Continue reading Deploy a Theme to NetSuite And Activate