Closed DejanMilicic closed 2 years ago
I tried the new version few days ago and no problem there. Maybe something with Node version? 🤷
Which version of Node are you using?
Cannot look right now - I am on vacation. Will have a look later this week or on Monday. But you can try older versions of template meanwhile. It's strange...
Sorry for disturbing you on your vacation. I just tried out 2.1.1. and it works without any problems.
Can you please instruct how to build the project locally?
Looking at last commit (https://github.com/Dzoukr/SAFEr.Template/commit/39f15ee98bd59bc0bbaa200ff19d4469a1360b41) I don't see any difference between last two versions.
You can build it by going into src/default folder and run dotnet run
I downgraded to 2.1.1, upgraded to 2.2.0 again, and now it works. I suppose standard npm "magic". Thanks for your help!
Before closing this issue, could you help with instructions on how to target different build targets from the command line?
If you mean what I think, it's quite easy
dotnet run
- run with default target
dotnet run MyTarget
- run with MyTarget
With version 2.2.0 I have following problem when running
dotnet run