I have made a new project with asp.net core 2.0 sdk :
dotnet new angular
and it has done completely!
then enter:
npm restart
ok too!
But when I type this command dotnet run I got this error message:
newproject.csproj(34,5): error MSB3073: The command "node node_modules/webpack/bin/webpack.js" exited with code 1.
The build failed. Please fix the build errors and run again.
what should I do??!
Please help me!
Just clone this repo.
There is no need to run 'dotnet new angular'
Yes as @Flood was saying, dotnet new angular would create some other repo - not this one :)
Let us know, his steps should get you going!
Clone, install, run
Most helpful comment
Just clone this repo.
There is no need to run 'dotnet new angular'