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
Error when building or running dev on the minimal required Node.js v14.6.0:
TypeError: Cannot read property '0' of null at ModuleJob._instantiate (internal/modules/esm/module_job.js:112:77) at async ModuleJob.run (internal/modules/esm/module_job.js:137:5) at async Loader.import (internal/modules/esm/loader.js:162:24) { page: '/' }
The issue related to multiline import/export and CSJ modules support, similar issue is here.
npm install && npm run dev
http://localhost:3000
Minimal required version of Node.js for TDP UI is 14.13.0 where this problem is fixed.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Error when building or running dev on the minimal required Node.js v14.6.0:
The issue related to multiline import/export and CSJ modules support, similar issue is here.
To reproduce
npm install && npm run dev
http://localhost:3000
in a browserSolution
Minimal required version of Node.js for TDP UI is 14.13.0 where this problem is fixed.
The text was updated successfully, but these errors were encountered: