#Help With Project

7 messages · Page 1 of 1 (latest)

livid glen
#

Hello, first I dont really know what I am doing I am just being honest, but I have been working on getting my Replit project ( its a Twitch Voice Ai + Twitch features thing that I am working on). If this question is against the rules i apologize! Just seeking well any assistance even if its ChatGPT Memories or an easier way. I do know some levels of IT and coding to a degree just not my field of expertise yet. i know ping + a few M365 cmds and I can create very basic scripts. I can read it better and understand then type it.

So I have tried doing this many different ways but i know I am very close i am just lacking something that I simply just dont know. So when i download my project from Replit it is whatever the default is (I think a Node.js with typescript) idk, but i do have the project file. The file comes in as a package.json plus a hundreds of files and folders pretty organized.

--Images are for where ive tried doing this. (overall just looking for a way to open my Replit locally)

This is where I get very confused and tried many different methods:

  1. Just opening the main project folder and running it using install run etc etc. but i always get a Node_Env not found, if ChatGPT is right this is for linux stuff? but i do have a .env, when i had Replit do the last project update i did ask for it to be compatible with windows and it assured me it did so again i am just very confused.

Ive reset myself each time because either ChatGPT wants me to venture off on some side warning and it will forget the main issue. The issue is every time it seems that ChatGPT takes a different direction and somehow it just gets worse.

  1. I gave up this route and attempted Visual Studio but ran into a whole different wall of issues.

I essentially have the program working on Replit, and I am happy with it but i dont want to pay for services, so thats why I want to export it locally and go a complete free route. There is a database and replit references everything to their server. Ive gone months of just back and forth with ChatGPT which is why i just went over to Replit and got what i needed but now i need it to run locally (i know its hard to share without code)

So I will get to my point is there an easier way to test and view things locally from Replit? I am just hitting a brick wall. (I will eventually overcome just ehhh exhausted) Please Ping or @ me i may or may not mute discord

fleet python
#

Hi @livid glen,
you can run correctly in your local computer.

"NODE_ENV" cannot be found.
this error occurs because replit automatically sets environment variables, but Windows does not. you can resolve this issue by installing "cross-env" or manually setting "NODE_ENV=development" before starting the project.
So please retry...

If you wannan, i can guide for you.

livid glen
#

I will give this a shot now. Thanks!

livid glen
stuck stratus
#

if you need my help, plz dm to me anytime.

livid glen
# stuck stratus if you need my help, plz dm to me anytime.

Thanks! I believe I got past the issue above. I am just going through the environment now and checking the rest as I am still getting errors on those. But I think I am in a good spot!

if I run into anymore issues I will update. Appriecate it! 🙂