Heyy guys, has anyone a suggestion for me, lets say I am able to create a functional code, but I have no idea where or how to learn to develop a website as the frontend to call my functions etc.. does anyone know a good course or wants to teach me? I have basically no knowledge in that corner and don't know how to start
Sep 5, 2022, 9:32 PM
You can start with JavaScript and then react I think it’s the easiest. Some Udemy courses will teach you what you need to know
Sep 5, 2022, 9:52 PM
Thank you, didn't even know I need this
Sep 5, 2022, 9:53 PM
Is react the most popular framework? I remember some year back, angular, react, bootstrap, Ruby on Rails (lol) but wasn’t sure if one finally won over the others
Sep 5, 2022, 10:21 PM
If you don’t have it installed you need to get it
Sep 5, 2022, 11:22 PM
i did that and its still doing this
Sep 5, 2022, 11:23 PM
You installed node?
Sep 5, 2022, 11:23 PM
ye
Sep 5, 2022, 11:24 PM
Copy the first line, paste it in google. Read other peoples answers.
Sep 5, 2022, 11:24 PM
works in my command prompt but not in VS
after dicking around i got past that and now have been gifted a new brand of the same problem😂
Sep 5, 2022, 11:40 PM
Maybe npm init before npm start? Seems like you don't have package.json file
Sep 6, 2022, 12:22 AM
i have them it just cannot find them for some reason
tried changing the directory, tried moving files, it does not wanna cooperate
Sep 6, 2022, 12:24 AM
Did you check with dir command
If you can see the package.json?
Sep 6, 2022, 12:25 AM
i may have to point it to the actual folder. i assumed itd search all the folders within that folder
nope lol. it wont install anymore and i actually got that to work earlier
Sep 6, 2022, 12:27 AM
Yeah, package needs to be in the same folder you launch npm start
Sep 6, 2022, 12:27 AM
its in there now
back to the same error that i had gotten past before
i closed everything and started over after changing the directory idk if i fucked shit up or what
i have a start script in my .json so i know thats not it
Sep 6, 2022, 12:30 AM
Check your PATH variable
Or maybe restart pc if you just installed it, sometimes it solves all alone
Sep 6, 2022, 12:31 AM
just hit a reboot lets see
no dice
Sep 6, 2022, 1:02 AM
/ vs \
check your slashes
check your slashes
Sep 6, 2022, 1:27 AM
I fixed that. Funny enough it just defaults to that for no reason so I have to change it again every time I open VS
Sep 6, 2022, 1:28 AM
then u are running npm in wrong dir, looks like your home directory not project source dir ... dunno
Sep 6, 2022, 1:33 AM
Yeah I just changed it to where I actually had the files stored at hoping that would work
Sep 6, 2022, 1:35 AM