ThemeManager
ThemeManager copied to clipboard
When first opening the project getting an error about NPM
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
Its still not working.
What if I don't want to install npm and node on my machine, How to run the code in this case ?
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.
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.