Closed r4mp4l closed 7 months ago
This line works for me:
dotnet new -i "Falco.Template::3.0.0"
The next line doesn't work "dotnet new falco -o HelloWorldApp"
dotnet new falco -o HelloWorldApp
Couldn't find an installed template that matches the input, searching online for one that does...
Matches from template source: NuGet
-----------------------------------
Template name "Falco" (falco) from author "Pim Brouwers, Daniel Tuna and contributors" in pack Falco.Template
To use this template, run the following command and try again:
dotnet new -i Falco.Template::3.0.0
I've just tried - the next line works here as well. Something is wrong with NuGet on your side. Try maybe
dotnet new -i "Falco.Template::3.0.0" --debug:reinit
Thank you for your suggestion. I tried the re-init and it doesn't work.
Can someone suggest an online IDE for Falco?
Thank you for your suggestion. I tried the re-init and it doesn't work.
Can someone suggest an online IDE for Falco?
You may need to update your version of dotnet. Running it on version 5 produced the same error for me. Updating to 6.0.301 resolved the issue for me.
Did you get this going @r4mp4l?
Hello,
I am following the steps here: https://www.falcoframework.com/#getting-started
I run the following steps:
I get this error message
`PS C:\Users\grampal\Documents\Programming\FSharp\FalcoStuff> dotnet new falco -o HelloWorldApp Couldn't find an installed template that matches the input, searching online for one that does... Matches from template source: NuGet
Template name "Falco" (falco) from author "Pim Brouwers, Daniel Tuna and contributors" in pack Falco.Template To use this template, run the following command and try again: dotnet new -i Falco.Template::3.0.0`
I have tried VSCode and Visual Studio as well.
Please help.