samc621 / SneakerBot

All-in-one bot, with auto captcha-solving and proxy management, using Node.js and Puppeteer.
MIT License
754 stars 194 forks source link

'knex migrate: latest' issue #78

Closed bpnis closed 2 years ago

bpnis commented 2 years ago

I am having a problem with running the knex migrate: latest command on windows, similar to other people. I've tried running the following command in powershell (which i found in a solved issue) , but it hasn't worked for me. Any ideas?

powershell

Thanks in advance.

samc621 commented 2 years ago

@bpnis can you try $ set NODE_ENV=local ? See https://github.com/samc621/SneakerBot#windows

bpnis commented 2 years ago

I just tried it, and this is what I got:

2022-06-02

Thank you so much for the help by the way, I really appreciate it!

samc621 commented 2 years ago

@bpnis sorry for the confusion, the "$" in all of the commands is not meant to be typed. It's just supposed to indicate that it's something you enter in the shell/terminal. So just enter set NODE_ENV=local.

bpnis commented 2 years ago

Yep that worked lol. Thank you so much, I'm new to Javascript so i guess its a rookie mistake. I'll go ahead and close the issue.