Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

UI Framework slow deploying component

thomas997786320
Tera Contributor

Hi,

I am developing a custom UI Component for UI Builder. This basically works well, but I have an issue deploying the component to my instance using snc as this process is taking very long.

 

This is the last output:

 

📁 @Servicenow/ui-renderer-snabbdom
92% sealing asset processing sn-tectonic-webpack-dependency-manifestThere are no TOML files to parse.

 

Looks like this step takes up to 10-15 minutes until 

95% emitting emit SimpleCopyPlugin

appears and deployment starts.

 

What is happening during this sealing? Can this be in some way improved?

 

thanks

thomas

3 REPLIES 3

MKipe
Tera Contributor

Having similar issue with simple test component.  My deployment also stops at 92% sealing....with about a 2-3 minute wait.

Devarajan Sunda
Tera Contributor

It takes longer than 2-3mins. It takes about 40min for me to deploy the ui-component to snow instance.
It gets stuck at below along with few node.js warnings.
Does anyone has suggestion as to why this might be happening?


92% sealing asset processing sn-tectonic-webpack-dependency-manifestThere are no TOML files to parse.
(node:81877) [DEP0128] DeprecationWarning: Invalid 'main' field in '/Users/[user]/WebstormProjects/servicenow-workspace-widget/node_modules/@servicenow/now-alert/package.json' of 'dist/@servicenow/now-alert.js'. Please either fix that or report it to the module author
(node:81877) [DEP0128] DeprecationWarning: Invalid 'main' field in. '/Users/[user]/WebstormProjects/snowWidget/node_modules/@servicenow/now-button/package.json' of 'dist/@servicenow/now-button.js'. Please either fix that or report it to the module author.

 

It's the same here. My project folder now contains about 5-6 components, and a deployment takes at least 1 hour. That is very unsatisfying.