You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@juying77 Thank you for your feedback. The cause of the problem should be that the project downloaded by stackblitz is that the versions of angular-cli and angular are inconsistent.
You can solve this problem by modifying the version of the following dependent packages in devDependencies.
Version
`-- [email protected]
Angular Version
Angular: 14.2.7
Link to minimal reproduction
https://stackblitz.com/run?file=src%2Fapp%2Fapp.component.ts
Step to reproduce
On the stackblitz.com, download any sample project codes for components document, use Ideal 2022 to open the project directory.
What is expected
Project should be able to run
What is actually happening
I can not build and start the project . The error is :An unhandled exception occurred: Must use import to load ES Module.
Looks point to @angular/compiler/fesm2015/compiler.mjs
Any additional comments (optional)
Some devui support people says it's problem in devDependencies
The text was updated successfully, but these errors were encountered: