ThemeManager icon indicating copy to clipboard operation
ThemeManager copied to clipboard

When first opening the project getting an error about NPM

Open EnesKartal opened this issue 3 years ago • 3 comments

When i try to open project after than build the library project, i'm getting about like this "sass Styles:wwwroot/ --style compressed --load-path=Styles --update" exited with code 9009

You can fix it with install sass with npm following steps

run following command in your ThemeManager folder (not ThemeManager.App) npm install -g sass

EnesKartal avatar Feb 08 '22 21:02 EnesKartal

Its still not working.

dhruvpatel1462 avatar Apr 03 '23 18:04 dhruvpatel1462

What if I don't want to install npm and node on my machine, How to run the code in this case ?

techierathore avatar Oct 16 '23 03:10 techierathore

In the MudBlazor main repo we have long abandoned NPM as a dependency and are using different means to get an scss compiler. This could be done here too but I don't have time to look into it.

henon avatar Oct 16 '23 05:10 henon

I'm closing this issue. The main branch contained code that was still in progress, but the code uploaded to NuGet was in the hotfix branch. Now we have swapped the branches, and the primary code is in the main branch, which does not contain any npm. The wip branch is not for public use.

ScarletKuro avatar Jun 05 '24 15:06 ScarletKuro