Gojitada
Gojitada
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
okay thats work thank you very much now im going to fix my code
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
like that ?
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
// package.json

{
"name": "discordautobump",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"discord.js-selfbot-v13": "^3.1.4",
"dotenv": "^10.0.0",
"node": "^18.20.5"
}
}


// zerops.yml

buildCommands:
- npm i
- npm run build
// package.json

{
"name": "discordautobump",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"discord.js-selfbot-v13": "^3.1.4",
"dotenv": "^10.0.0",
"node": "^18.20.5"
}
}


// zerops.yml

buildCommands:
- npm i
- npm run build
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
i enter buildsCommands data manually or i add in pach=kage .json ?
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
okay it's in my code ?
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
so i have npm's problem right ?
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
No description
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
when i push a new time
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
but i have another problem in application
✗ ERR Application deploy failed
✗ ERR last command has finished with error, identifier for communication with our support:
✗ ERR Application deploy failed
✗ ERR last command has finished with error, identifier for communication with our support:
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
zcli version v1.0.42
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
That's it, it works, thank you
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
but im on windows not linux
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
yes v1.0.26
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
i have nothing lmao
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
i'm in windows and i've installed
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
with this command ? irm https://zerops.io/zcli/install.ps1 | iex
50 replies
ZZerops
Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
v1.0.26
50 replies
ZZerops
Created by Gojitada on 11/14/2024 in #💪・community-support
push problem
it's finally work thank you very much
57 replies
ZZerops
Created by Gojitada on 11/14/2024 in #💪・community-support
push problem
aaaa okay i understant im sorry
57 replies
ZZerops
Created by Gojitada on 11/14/2024 in #💪・community-support
push problem
zerops:
- setup: autobump
build:
base: nodejs@20
buildCommands:
- npm i
deployFiles:
- dist
- package.json
run:
base: nodejs@20
ports:
- port: 3000
httpSupport: true
start: npm start
zerops:
- setup: autobump
build:
base: nodejs@20
buildCommands:
- npm i
deployFiles:
- dist
- package.json
run:
base: nodejs@20
ports:
- port: 3000
httpSupport: true
start: npm start
` Like that
57 replies