unoplatform / Uno.QuickStart

An Uno "Hello world!" project using Windows UWP, Linux, iOS, Android and WebAssembly
http://platform.uno/
Other
173 stars 26 forks source link

uno-check not found #233

Closed Osiris-Team closed 2 years ago

Osiris-Team commented 2 years ago

image Was following the steps for gitpod, and already failed at step 2. Was using crtl + shift + p to open the command pallete.

jeromelaban commented 2 years ago

Thanks for the report! Was there any message showing up in the vscode output windows?

Osiris-Team commented 2 years ago

Oh dammn no clue, thats already one month ago.

jeromelaban commented 2 years ago

Thanks anyways :) We'll look for it. Were you still able to move forward?

Osiris-Team commented 2 years ago

Nope had no clue how to fix it, thus dropped my hopes in uno.

jeromelaban commented 2 years ago

Thanks. It seems that .NET and/or gitpod changed paths in between versions, causing this command to fail.

If you ever want to try it again, you can run the command manually this way ~/.dotnet/tools/uno-check. Also, just so you know, you can still build apps without having uno-check running on gitpod, as all the dependencies are already setup.

Osiris-Team commented 2 years ago

Ah ok thanks!

jeromelaban commented 2 years ago

Closed by https://github.com/unoplatform/Uno.QuickStart/pull/235