Using Abp Suite - v 6.0.0
Creating a new solution - Application template - Angular - Lepton theme - All toggled options off (Separate Identity server etc)
yarn start fails with an error - An unhandled exception occurred: ENOENT: no such file or directory, lstat 'C:\Work\Data\Projects\BLIMS\Application2\angular\node_modules@volosoft
Looking at the angular.json file, it looks like there are a bunch of css files referenced from @volosoft-ngx-lepton-x.
If I add the package manually to package.json (copied it from a solution I built which was using lepton-x template) yarn start succeeds but the styles are completely broken on the site, looks like it is looking for css files lepton1.css and lepton6.css which are not present