Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
turbobobbytraykov opened this issue Jan 4, 2024 · 0 comments
Assignees

Comments

@turbobobbytraykov
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants