Nojus0 / G2G-Account-Auto-Deliver

G2G Marketplace instant auto delivery bot.
MIT License
7 stars 2 forks source link

cmd prompt help #9

Closed beatmodes closed 1 year ago

beatmodes commented 1 year ago

it took me a while to do npm install until i found out i have to put the file path into the command aswell, now it says its missing the script "build", how do i fix this?

beatmodes commented 1 year ago

can you help me by adding me on discord at brandonn#0999 ?

Nojus0 commented 1 year ago

if it says 'missing the script "build"' that means your current directory in the terminal is not the directory of the repository open the terminal in the folder of the repository.

PS C:\Users\nojus> cd .\Documents\GitHub\G2G-Account-Auto-Deliver
PS C:\Users\nojus\Documents\GitHub\G2G-Account-Auto-Deliver> npm run build

OR

PS cd C:\Users\nojus\Documents\GitHub\G2G-Account-Auto-Deliver
PS C:\Users\nojus\Documents\GitHub\G2G-Account-Auto-Deliver> npm run build

Just set the paths to where the repository exists on your computer.

beatmodes commented 1 year ago

C:\Users\Brand>C:\Users\Brand\OneDrive\Documents\G2G-Account-Auto-Deliver-main\G2G-Account-Auto-Deliver-main> npm run build 'C:\Users\Brand\OneDrive\Documents\G2G-Account-Auto-Deliver-main\G2G-Account-Auto-Deliver-main' is not recognized as an internal or external command, operable program or batch file.

what do i do about this, when i just say npm run build it says there is no build but when I put this in, it still doesn't work

beatmodes commented 1 year ago

nvm i got it now, thank u