0
saad.aldulaijan created
Just scaffolded a solution and when i want to run the angular app, it shows an error :
An unhandled exception occurred: ENOENT: no such file or directory, lstat 'C:\myPath\node_modules@volosoft'
- ABP Framework version: v6.0.0
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace: An unhandled exception occurred: ENOENT: no such file or directory, lstat 'path\node_modules@volosoft'
- Steps to reproduce the issue:" npm i , then npm start
3 Answer(s)
-
0
Hello,
If you use the different theme from lepton-x please check the document about style configurations
-
0
so this is useless?
https://docs.abp.io/en/abp/latest/Getting-Started-Running-Solution?UI=NG&DB=EF&Tiered=No
-
0
Hello,
The style configuration in the documentation will be automated at application generation in the next versions. I will add the style configuration document to
Running the Angular Application
section