Replies: 1 comment 5 replies
-
To work on this project and the
Could you open your Terminal and run this command in the root folder: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is what I'm seeing when I simply clone and build. How do I, or someone, fix this?
MSBuild version 17.8.3+195e7f5a3 for .NET
Determining projects to restore...
Restored C:\Users\woodm\source\repos\fluentui-blazor\src\Extensions\DesignToken.Generator\Microsoft.FluentUI.AspNetCore.Components.Generators.csproj (in 694 ms).
9 of 10 projects are up-to-date for restore.
CSC : warning EnableGenerateDocumentationFile: Set MSBuild property 'GenerateDocumentationFile' to 'true' in project file to enable IDE0005 (Remove unnecessary usings/imports) on build (https://github.com/dotnet/roslyn
/issues/41640) [C:\Users\woodm\source\repos\fluentui-blazor\examples\Demo\DocGenerator\FluentUI.Demo.Generators.csproj]
CSC : warning EnableGenerateDocumentationFile: Set MSBuild property 'GenerateDocumentationFile' to 'true' in project file to enable IDE0005 (Remove unnecessary usings/imports) on build (https://github.com/dotnet/roslyn
/issues/41640) [C:\Users\woodm\source\repos\fluentui-blazor\src\Extensions\DesignToken.Generator\Microsoft.FluentUI.AspNetCore.Components.Generators.csproj]
file:///C:/Users/woodm/source/repos/fluentui-blazor/src/Core.Assets/esbuild.config.mjs:2
import pkg from './package.json' assert { type: 'json' }
^^^^^^
FluentUI.Demo.Generators -> C:\Users\woodm\source\repos\fluentui-blazor\examples\Demo\DocGenerator\bin\Debug\netstandard2.0\FluentUI.Demo.Generators.dll
Microsoft.FluentUI.AspNetCore.Components.Generators -> C:\Users\woodm\source\repos\fluentui-blazor\src\Extensions\DesignToken.Generator\bin\Debug\netstandard2.0\Microsoft.FluentUI.AspNetCore.Components.Generators.dll
SyntaxError: Unexpected identifier
at ESMLoader.moduleStrategy (node:internal/modules/esm/translators:139:18)
at ESMLoader.moduleProvider (node:internal/modules/esm/loader:236:14)
at async link (node:internal/modules/esm/module_job:67:21)
C:\Users\woodm.nuget\packages\microsoft.visualstudio.javascript.sdk\0.5.401524-alpha\Sdk\Sdk.targets(172,5): error MSB3073: The command "npm run build" exited with code 1. [C:\Users\woodm\source\repos\fluentui-blazor\
src\Core.Assets\Microsoft.FluentUI.AspNetCore.Components.Assets.esproj]
Microsoft.FluentUI.AspNetCore.Templates -> C:\Users\woodm\source\repos\fluentui-blazor\src\Templates\bin\Debug\net8.0\Microsoft.FluentUI.AspNetCore.Templates.dll
Build FAILED.
Beta Was this translation helpful? Give feedback.
All reactions