We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
HUSSAR-mtrela
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: