theres a problem with the terminal and the explorer, my lua file supposed to be main.lua but it's main.lua.txt I tried changing the text document(txt) to lua but it doesn't work. edit: i fixed it and changed it to lua. But the terminal says " The term 'lua' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. "
3:23 'Open folder, if you don't have one ...' What is this? Following from start I downloaded Visual Studio Code, the Lua zip with executables then suddenly we're picking a LUA folder? Is that just a project you had going already or additional downloads we should be getting? Thank you!
have you never used vscode before? what kind of dumb question is this??? Use a text editor you're comfortable with for lua, don't just pick on vsc because others use it.
lua : The term 'lua' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + lua + ~~~ + CategoryInfo : ObjectNotFound: (lua:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException Yes i renamed it and did everything you said in the video and comments, does not work, all in c drive
hello , thank you for the tutorial but i thinki have a problem with running the treminal i mean when i try to run , lua main.lua its doesnt showing "I m Cool"
In instalation of VS in aditional task what extra options i need to check, i have this options: Add acction with code on arichive and directory, or i dont need any? For the correct funcionality of Lua.
You shouldn’t need it to run Lua though I do recommend install the Lua extension to obtain it just click on the search option on the left hand side and search Lua then click install on the most popular option
@@Notg00dmidmaybe this not work, in Progamming language like C++ its cannot recognize \ because C++ detect its as a command like , its should using / or \\ for compiler can read, i don't know if its work on lua though
lua : The term 'lua' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + lua teste1.lua + ~~~ + CategoryInfo : ObjectNotFound: (lua:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
@@aqua-tutorials Ok i've turned off and on my pc and the command lua53 main.lua do nothing ? I've write the exact same thing as you : print("I am cool!") What is wrong please D: D:
@@aqua-tutorials i have the version 5.3 ... I have found another video than explain how to do a "task".json, lets be clear i've don't understand a single thing but this little .json file seems to work well, thanks for your time 🙏
lua is in C: i renamed it to lua it shows this when i try to do my lua file (i have it named as lua.lua) lua : The term 'lua' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + lua lua.lua + ~~~ + CategoryInfo : ObjectNotFound: (lua:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException please help
@@lotuspusher switched to python cause it makes more sense, has easier library support, and a much bigger community for help im also trying rust currently
Did not work lua : The term 'lua' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + lua main.lua + ~~~ + CategoryInfo : ObjectNotFound: (lua:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Yo this sucks, i tried to do this on windows 11 and its forced to system 32. Im so beyond frustrated rn. If there is anyone who can help me on this, it would greatly be appreciated. Im really trying to learn lua, but it would seem windows 11 has taken out almost all content from windows 10 to improve performance which is great n all but one of those has been the lua language files that windows 10 comes with. So you have to install lua manually along with all the other languages with visual studio code. There has to be some workaround this...but given that windows11 is still in beta, im sure there isnt...
go to this site replit.com you can use it to run Lua code in any browser or any coding language, you are limited though to 1 ram and 1 CPU core for the free version but it is not that bad I use it when on the road
@@aqua-tutorials HELLO CAN u help me so the issue is with me when i put in cd ep1 it says error and all of that crap how do i fix this pls help and if u help me ill sub
if it doesnt work use this site
replit.com
you can code lua there and any other programming language to great site and its free no ads !
...what's the point of giving a tutorial for VSCode if you're just going to tell us to use something else?
@@joemkdd if you read what he said "IF" this tutorial doesnt work so he has provided a alternative
Great instructions! Appreciate the slower speed and clarity of directions! Earned yourself a sub 🌟
@@coyote.redfire no problem glad it helped
If vscode can't recognize lua after you added the correct path to your environment variables, try restarting vscode. It will need to update.
Dude, thank you so much! I tried everything and your video was the only one that helped me.
bro thanks...i spent 2 hours to find this information , but only your video can help me)) sorry for my excellent english hehe
theres a problem with the terminal and the explorer, my lua file supposed to be main.lua but it's main.lua.txt
I tried changing the text document(txt) to lua but it doesn't work.
edit: i fixed it and changed it to lua. But the terminal says " The term 'lua' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. "
same bro
same
whenever I try to print “I am cool” it doesn’t print in the terminal.
Bro @aqua-tutorials I have a problem here.
C:\Users\Besitzer\OneDrive\Рабочий стол\lua\lua.exe: cannot open Lua: No such file or directory
may you please help me?
3:23 'Open folder, if you don't have one ...' What is this? Following from start I downloaded Visual Studio Code, the Lua zip with executables then suddenly we're picking a LUA folder? Is that just a project you had going already or additional downloads we should be getting? Thank you!
have you never used vscode before? what kind of dumb question is this??? Use a text editor you're comfortable with for lua, don't just pick on vsc because others use it.
Yo man, thanks for the guide. You were a great help
That was some really precious help haha thank you
lua : The term 'lua' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ lua
+ ~~~
+ CategoryInfo : ObjectNotFound: (lua:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException Yes i renamed it and did everything you said in the video and comments, does not work, all in c drive
same here
I just solved the problem! You just need to use lua+"version number" like "lua54" in my case to use it it works now for me
hello , thank you for the tutorial but i thinki have a problem with running the treminal i mean when i try to run , lua main.lua its doesnt showing "I m Cool"
same
In instalation of VS in aditional task what extra options i need to check, i have this options: Add acction with code on arichive and directory, or i dont need any? For the correct funcionality of Lua.
You shouldn’t need it to run Lua though I do recommend install the Lua extension to obtain it just click on the search option on the left hand side and search Lua then click install on the most popular option
Anything else feel free to reach out
@@aqua-tutorials Thx
I can´t find the environment variables.
4:38
i put a print statement and did the exact terminal lines yet it doesn't execute the print, any help?
was your main.lua in a folder and did you cd into it if you didnt put main.lua u dont need to cd into it
yeah, it was in two folders the same format as yours
Did you find a solution
@@brytonbro9353 not yet unfortunately
@@a_5051 did u find any solution ?
how did you create a folder?
Ty for your info. Works!
No problem
thank you my man really thank you
No problem
C:\Users\joshr\OneDrive\Desktop\lua\lua.exe: cannot open main.lua: No such file or directory
I have the same problem, @Aqua may you help us?
@@Notg00dmidmaybe this not work, in Progamming language like C++ its cannot recognize \ because C++ detect its as a command like
, its should using / or \\ for compiler can read, i don't know if its work on lua though
Could the issue be it’s in onedrive?
lua : The term 'lua' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ lua teste1.lua
+ ~~~
+ CategoryInfo : ObjectNotFound: (lua:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Did you re name Lua54.exe to Lua.exe
@@aqua-tutorials OMG THANK YOU
@@aqua-tutorials Ok i've turned off and on my pc and the command lua53 main.lua do nothing ?
I've write the exact same thing as you : print("I am cool!")
What is wrong please D: D:
@@RicHardAndHeavy its 54 if you didnt rename the EXE if you did it just Lua main.lua you need to run in the command line
@@aqua-tutorials i have the version 5.3 ... I have found another video than explain how to do a "task".json, lets be clear i've don't understand a single thing but this little .json file seems to work well, thanks for your time 🙏
Thank you so much! it worked!!! Does this work with any other languages?
You're cool indeed :D Thanks!
thanks it worked bro finally
where did that lua folder from the final part come from
YEA
hey man! thanks for the video. but the Lua explorer in VsCode keeps showing me the dll, and the 3 exe's. Any help?
bro i love u. THX!
Doesn't work. I dont understand where did you get this "lua-code folder".
I just made a folder to store my code there you can make one and name it anything that is just what I chose
bro how can i get tghe file main.lua at 3:30 i cant get it
i just dont have this file
thank you very much bro! u r the best
Np
THANK YOU SO MUCH!!!
Thank you so much God bless you
I don’t have main.lua
lua is in C:
i renamed it to lua
it shows this when i try to do my lua file (i have it named as lua.lua)
lua : The term 'lua' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ lua lua.lua
+ ~~~
+ CategoryInfo : ObjectNotFound: (lua:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
please help
Same!
did you solve it
@@lotuspusher i dont use lua anymore but try looking into the enviornment variables
@@sliverslv i already had them set, i just had to restart my PC which is very dumb
also, what do you use and what made you switch
@@lotuspusher switched to python cause it makes more sense, has easier library support, and a much bigger community for help
im also trying rust currently
clear instructions very helpful dude
I don't have 4 files just two
cheers mate!
Did not work
lua : The term 'lua' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of
the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ lua main.lua
+ ~~~
+ CategoryInfo : ObjectNotFound: (lua:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Did you re name Lua54 to Lua ?
@@aqua-tutorials yes, what worked for me was to place the folder in C:\
Yo this sucks, i tried to do this on windows 11 and its forced to system 32. Im so beyond frustrated rn. If there is anyone who can help me on this, it would greatly be appreciated.
Im really trying to learn lua, but it would seem windows 11 has taken out almost all content from windows 10 to improve performance which is great n all but one of those has been the lua language files that windows 10 comes with. So you have to install lua manually along with all the other languages with visual studio code.
There has to be some workaround this...but given that windows11 is still in beta, im sure there isnt...
go to this site replit.com you can use it to run Lua code in any browser or any coding language, you are limited though to 1 ram and 1 CPU core for the free version but it is not that bad I use it when on the road
@@aqua-tutorials Bro be careful you might get hit by a truck
@@findrandomshithere what?
@@aqua-tutorials you use it on the road
LOL@@findrandomshithere
Guide not working, bruh
it works even without doing the tasks.jason thingy in the last
Thanks for the info
my drunk ass replaying the video 3 times XD
cool background
i need help
What part ?
@@aqua-tutorials do we have to write cd lua main.lua ? everytime to execute
@@aqua-tutorials and my print dosent show on terminal
no need
@@1rex_aep ok
On msys2, install lua with `pacman -S mingw-w64-i686-lua`
It still doesn't work
what doesnt?
@@aqua-tutorials lua idk why though i did everything you said in the video
May you do a tutorial on Mac or just give me a link to one? Thanks!
I can’t find anything on yt I would try googling for it
@@aqua-tutorials HELLO CAN u help me so the issue is with me when i put in cd ep1 it says error and all of that crap how do i fix this pls help and if u help me ill sub
ty
BROOO TF I DONT GET IT
i mean pardon, but youre braindead ig
all this to practise a bit of code, i give up
not that hard
if you give up you can use; replit.com
thx
4:50
that was really confusing
What do you need help with ?
Don't use 5.4.2 it sucks!