Good afternoon, I have a project on Angular 19 and NX, node.js v22.6.0, I run the script "nx build lenta --stats-json --named-chunks && npx -y @angular-experts/hawkeye dist/apps/myApp/stats.json" and get an error:
(node:54736) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
𓅃: Server is running at http://localhost:1420?launchMode=cli
(node:54736) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
After that the site is launched at the address http://localhost:1420/?launchMode=cli, but it has no data on bundles, I see this error in the site console:
index-C-aBJUMI.js:44 Uncaught TypeError: Cannot read properties of undefined (reading 'application')

Good afternoon, I have a project on Angular 19 and NX, node.js v22.6.0, I run the script "nx build lenta --stats-json --named-chunks && npx -y @angular-experts/hawkeye dist/apps/myApp/stats.json" and get an error:
After that the site is launched at the address http://localhost:1420/?launchMode=cli, but it has no data on bundles, I see this error in the site console:
index-C-aBJUMI.js:44 Uncaught TypeError: Cannot read properties of undefined (reading 'application')