Skip to content

Build in vnext branch fails due to a "TypeError: info.ImportsModules is not iterable" error #97

@turbobobbytraykov

Description

@turbobobbytraykov

This bug is reproducible with both node 16 and 18.

Do npm install & npm run build on the browser dir. The full stack trace of the error is:

[11:23:20] Finished 'logVersionIgniteUI' after 4.23 ms
[11:23:20] Starting 'cleanSamples'...
browser.js >> clean samples in browser: ./src/samples/
[11:23:20] Finished 'cleanSamples' after 12 mseted in 37ms
[11:23:20] Starting 'findSamples'...
browser.js >> findSamples
browser.js >> findSamples... done = 320d Completed in 37ms
[11:23:21] Finished 'findSamples' after 1.08 s
[11:23:21] Starting 'copySamples'...
browser.js >> cleaning up: ./src/samples/**/
[11:23:21] 'copySamples' errored after 3.4 ms
[11:23:21] TypeError: info.ImportsModules is not iterable
at copySamples (browser\scripts\browser.js:428:35)
at bound (node:domain:433:15)
at runBound (node:domain:444:12)
at asyncRunner (browser\node_modules\async-done\index.js:55:18)
at processTicksAndRejections (node:internal/process/task_queues:78:11)
[11:23:21] 'updateBrowser' errored after 1.14 s
npm timing command:run Completed in 3221ms
npm verb exit 1
npm timing npm Completed in 3269ms
npm verb code 1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions