Command failed with exit code 254: CI= npm run build

I am not being able to deploy my react app, and getting the below error:
Here is the link to my repo: GitHub - fnumilat/myportfolio: Welcome to my Portfolio's repository.
And here is my command:

7:26:36 AM: Build ready to start
7:26:37 AM: build-image version: 53b83b6bede2920f236b25b6f5a95334320dc849
7:26:37 AM: build-image tag: v3.6.0
7:26:37 AM: buildbot version: 8ae026ef4905d9174e416775c6b64aa19950569b
7:26:37 AM: Building without cache
7:26:37 AM: Starting to prepare the repo for build
7:26:38 AM: No cached dependencies found. Cloning fresh repo
7:26:38 AM: git clone GitHub - fnumilat/myportfolio: Welcome to my Portfolio's repository.
7:26:38 AM: Preparing Git Reference refs/heads/main
7:26:40 AM: Different publish path detected, going to use the one specified in the Netlify configuration file: β€˜my-portfolio/build’ versus β€˜my-portfolio/build/’ in the Netlify UI
7:26:40 AM: Starting build script
7:26:40 AM: Installing dependencies
7:26:40 AM: Python version set to 2.7
7:26:41 AM: v12.18.0 is already installed.
7:26:41 AM: Now using node v12.18.0 (npm v6.14.4)
7:26:42 AM: Started restoring cached build plugins
7:26:42 AM: Finished restoring cached build plugins
7:26:42 AM: Attempting ruby version 2.7.1, read from environment
7:26:43 AM: Using ruby version 2.7.1
7:26:43 AM: Using PHP version 5.6
7:26:43 AM: Started restoring cached go cache
7:26:43 AM: Finished restoring cached go cache
7:26:43 AM: go version go1.14.4 linux/amd64
7:26:43 AM: go version go1.14.4 linux/amd64
7:26:43 AM: Installing missing commands
7:26:43 AM: Verify run directory
7:26:45 AM: ​
7:26:45 AM: ────────────────────────────────────────────────────────────────
7:26:45 AM: Netlify Build
7:26:45 AM: ────────────────────────────────────────────────────────────────
7:26:45 AM: ​
7:26:45 AM: ❯ Version
7:26:45 AM: @netlify/build 8.0.0
7:26:45 AM: ​
7:26:45 AM: ❯ Flags
7:26:45 AM: deployId: 5fe5e88c605fe1a317a299c3
7:26:45 AM: mode: buildbot
7:26:45 AM: ​
7:26:45 AM: ❯ Current directory
7:26:45 AM: /opt/build/repo
7:26:45 AM: ​
7:26:45 AM: ❯ Config file
7:26:45 AM: No config file was defined: using default values.
7:26:45 AM: ​
7:26:45 AM: ❯ Context
7:26:45 AM: production
7:26:45 AM: ​
7:26:45 AM: ────────────────────────────────────────────────────────────────
7:26:45 AM: 1. Build command from Netlify app
7:26:45 AM: ────────────────────────────────────────────────────────────────
7:26:45 AM: ​
7:26:45 AM: $ CI= npm run build
7:26:45 AM: npm ERR! code ENOENT
7:26:45 AM: npm ERR! syscall open
7:26:45 AM: npm ERR! path /opt/build/repo/package.json
7:26:45 AM: npm ERR! errno -2
7:26:45 AM: npm ERR! enoent ENOENT: no such file or directory, open β€˜/opt/build/repo/package.json’
7:26:45 AM: npm ERR! enoent This is related to npm not being able to find a file.
7:26:45 AM: npm ERR! enoent
7:26:45 AM: npm ERR! A complete log of this run can be found in:
7:26:45 AM: npm ERR! /opt/buildhome/.npm/_logs/2020-12-25T13_26_45_690Z-debug.log
7:26:45 AM: ​
7:26:45 AM: ────────────────────────────────────────────────────────────────
7:26:45 AM: β€œbuild.command” failed
7:26:45 AM: ────────────────────────────────────────────────────────────────
7:26:45 AM: ​
7:26:45 AM: Error message
7:26:45 AM: Command failed with exit code 254: CI= npm run build
7:26:45 AM: ​
7:26:45 AM: Error location
7:26:45 AM: In Build command from Netlify app:
7:26:45 AM: CI= npm run build
7:26:45 AM: ​
7:26:45 AM: Resolved config
7:26:45 AM: build:
7:26:45 AM: command: CI= npm run build
7:26:45 AM: commandOrigin: ui
7:26:45 AM: publish: /opt/build/repo/my-portfolio/build
7:26:45 AM: Caching artifacts
7:26:45 AM: Started saving build plugins
7:26:45 AM: Finished saving build plugins
7:26:45 AM: Started saving pip cache
7:26:45 AM: Finished saving pip cache
7:26:45 AM: Started saving emacs cask dependencies
7:26:45 AM: Finished saving emacs cask dependencies
7:26:45 AM: Started saving maven dependencies
7:26:46 AM: Finished saving maven dependencies
7:26:46 AM: Started saving boot dependencies
7:26:46 AM: Finished saving boot dependencies
7:26:46 AM: Started saving rust rustup cache
7:26:46 AM: Finished saving rust rustup cache
7:26:46 AM: Started saving rust cargo bin cache
7:26:46 AM: Finished saving rust cargo bin cache
7:26:46 AM: Started saving go dependencies
7:26:46 AM: Finished saving go dependencies
7:26:48 AM: Build failed due to a user error: Build script returned non-zero exit code: 2
7:26:48 AM: Failing build: Failed to build site
7:26:48 AM: Failed during stage β€˜building site’: Build script returned non-zero exit code: 2
7:26:48 AM: Finished processing build request in 11.144965346s

Can someone please help me to fix this?

Thank you!

According to the log, there’s no package.json in the root of your repo. I did check your repo and there’s actually no package.json. So, add that file and it should work as long as there are no other errors in the code.

Thank you, I just solved it.

i am having issues deploying my site even after deleting the yarn.lock and packcage.lock filesmy repo

8:15:31 PM: Build ready to start
8:15:33 PM: build-image version: 73def8bb10593b9b818f44989a75ea508018ccb7 (focal)
8:15:33 PM: build-image tag: v4.5.2
8:15:33 PM: buildbot version: e07f38cea73012d29c839c78dec87335277fe704
8:15:34 PM: Fetching cached dependencies
8:15:34 PM: Failed to fetch cache, continuing with build
8:15:34 PM: Starting to prepare the repo for build
8:15:34 PM: No cached dependencies found. Cloning fresh repo
8:15:34 PM: git clone https://github.com/momoh001/urbangeniesnft
8:15:35 PM: Preparing Git Reference refs/heads/main
8:15:35 PM: Parsing package.json dependencies
8:15:35 PM: Different build dir detected, going to use the one specified in the Netlify configuration file: '' versus '/' in the Netlify UI
8:15:36 PM: Starting build script
8:15:36 PM: Installing dependencies
8:15:36 PM: Python version set to 2.7
8:15:36 PM: v16.13.1 is already installed.
8:15:37 PM: Now using node v16.13.1 (npm v8.1.2)
8:15:37 PM: Started restoring cached build plugins
8:15:37 PM: Finished restoring cached build plugins
8:15:37 PM: Attempting ruby version 2.7.2, read from environment
8:15:39 PM: Using ruby version 2.7.2
8:15:39 PM: Using PHP version 8.0
8:15:39 PM: Started restoring cached go cache
8:15:39 PM: Finished restoring cached go cache
8:15:39 PM: go version go1.16.5 linux/amd64
8:15:39 PM: go version go1.16.5 linux/amd64
8:15:39 PM: Installing missing commands
8:15:39 PM: Verify run directory
8:15:41 PM: ​
8:15:41 PM: ────────────────────────────────────────────────────────────────
8:15:41 PM:   Netlify Build                                                 
8:15:41 PM: ────────────────────────────────────────────────────────────────
8:15:41 PM: ​
8:15:41 PM: ❯ Version
8:15:41 PM:   @netlify/build 26.0.2
8:15:41 PM: ​
8:15:41 PM: ❯ Flags
8:15:41 PM:   baseRelDir: true
8:15:41 PM:   buildId: 61c61c535caa39eeba464601
8:15:41 PM:   deployId: 61c61c535caa39eeba464603
8:15:41 PM: ​
8:15:41 PM: ❯ Current directory
8:15:41 PM:   /opt/build/repo
8:15:41 PM: ​
8:15:41 PM: ❯ Config file
8:15:41 PM:   No config file was defined: using default values.
8:15:41 PM: ​
8:15:41 PM: ❯ Context
8:15:41 PM:   production
8:15:41 PM: ​
8:15:41 PM: ────────────────────────────────────────────────────────────────
8:15:41 PM:   1. Build command from Netlify app                             
8:15:41 PM: ────────────────────────────────────────────────────────────────
8:15:41 PM: ​
8:15:41 PM: $ npm run build
8:15:42 PM: npm ERR! code ENOENT
8:15:42 PM: npm ERR! syscall open
8:15:42 PM: npm ERR! path /opt/build/repo/package.json
8:15:42 PM: npm ERR! errno -2
8:15:42 PM: npm ERR! enoent ENOENT: no such file or directory, open '/opt/build/repo/package.json'
8:15:42 PM: npm ERR! enoent This is related to npm not being able to find a file.
8:15:42 PM: npm ERR! enoent
8:15:42 PM: npm ERR! A complete log of this run can be found in:
8:15:42 PM: npm ERR!     /opt/buildhome/.npm/_logs/2021-12-24T19_15_42_418Z-debug.log
8:15:42 PM: ​
8:15:42 PM: ────────────────────────────────────────────────────────────────
8:15:42 PM:   "build.command" failed                                        
8:15:42 PM: ────────────────────────────────────────────────────────────────
8:15:42 PM: ​
8:15:42 PM:   Error message
8:15:42 PM:   Command failed with exit code 254: npm run build
8:15:42 PM: ​
8:15:42 PM:   Error location
8:15:42 PM:   In Build command from Netlify app:
8:15:42 PM:   npm run build
8:15:42 PM: ​
8:15:42 PM:   Resolved config
8:15:42 PM:   build:
8:15:42 PM:     base: /opt/build/repo
8:15:42 PM:     command: npm run build
8:15:42 PM:     commandOrigin: ui
8:15:42 PM:     publish: /opt/build/repo/build
8:15:42 PM:     publishOrigin: ui
8:15:42 PM: Caching artifacts
8:15:42 PM: Started saving build plugins
8:15:42 PM: Finished saving build plugins
8:15:42 PM: Started saving pip cache
8:15:42 PM: Finished saving pip cache
8:15:42 PM: Started saving emacs cask dependencies
8:15:42 PM: Finished saving emacs cask dependencies
8:15:42 PM: Started saving maven dependencies
8:15:42 PM: Finished saving maven dependencies
8:15:42 PM: Started saving boot dependencies
8:15:42 PM: Finished saving boot dependencies
8:15:42 PM: Started saving rust rustup cache
8:15:43 PM: Finished saving rust rustup cache
8:15:43 PM: Started saving go dependencies
8:15:43 PM: Finished saving go dependencies
8:15:45 PM: Build failed due to a user error: Build script returned non-zero exit code: 2
8:15:45 PM: Creating deploy upload records
8:15:45 PM: Failing build: Failed to build site
8:15:45 PM: Failed during stage 'building site': Build script returned non-zero exit code: 2
8:15:45 PM: Finished processing build request in 11.615241111s

Your repo appears to be empty:

12 posts were split to a new topic: I still have problems deploying my react apps

A post was merged into an existing topic: I still have problems deploying my react apps

Hey can comeone polease please help me i am struggling here this is what i am getting i have tried every thing

9:31:21 PM: Build ready to start
9:31:23 PM: build-image version: 122b31996ccaffd45d820a452d6227f8312110cc (focal)
9:31:23 PM: build-image tag: v4.5.3
9:31:23 PM: buildbot version: 25fcfe2826afed3a7b9532f47a1782777298db51
9:31:23 PM: Building without cache
9:31:23 PM: Starting to prepare the repo for build
9:31:23 PM: No cached dependencies found. Cloning fresh repo
9:31:23 PM: git clone https://github.com/Abdullah12354/Crunchyss
9:31:29 PM: Preparing Git Reference refs/heads/main
9:31:29 PM: Parsing package.json dependencies
9:31:30 PM: Different build dir detected, going to use the one specified in the Netlify configuration file: β€˜β€™ versus β€˜/’ in the Netlify UI
9:31:30 PM: Starting build script
9:31:30 PM: Installing dependencies
9:31:30 PM: Python version set to 2.7
9:31:31 PM: Downloading and installing node v16.14.0…
9:31:31 PM: Downloading https://nodejs.org/dist/v16.14.0/node-v16.14.0-linux-x64.tar.xz…
9:31:31 PM: Computing checksum with sha256sum
9:31:31 PM: Checksums matched!
9:31:34 PM: Now using node v16.14.0 (npm v8.3.1)
9:31:34 PM: Started restoring cached build plugins
9:31:34 PM: Finished restoring cached build plugins
9:31:34 PM: Attempting ruby version 2.7.2, read from environment
9:31:36 PM: Using ruby version 2.7.2
9:31:36 PM: Using PHP version 8.0
9:31:36 PM: Started restoring cached go cache
9:31:36 PM: Finished restoring cached go cache
9:31:36 PM: go version go1.16.5 linux/amd64
9:31:36 PM: go version go1.16.5 linux/amd64
9:31:36 PM: Installing missing commands
9:31:36 PM: Verify run directory
9:31:38 PM: ​
9:31:38 PM: ────────────────────────────────────────────────────────────────
9:31:38 PM: Netlify Build
9:31:38 PM: ────────────────────────────────────────────────────────────────
9:31:38 PM: ​
9:31:38 PM: ❯ Version
9:31:38 PM: @netlify/build 26.3.2
9:31:38 PM: ​
9:31:38 PM: ❯ Flags
9:31:38 PM: baseRelDir: true
9:31:38 PM: buildId: 620c61f9ea182859b96d324d
9:31:38 PM: deployId: 620c61f9ea182859b96d324f
9:31:38 PM: ​
9:31:38 PM: ❯ Current directory
9:31:38 PM: /opt/build/repo
9:31:38 PM: ​
9:31:38 PM: ❯ Config file
9:31:38 PM: No config file was defined: using default values.
9:31:38 PM: ​
9:31:38 PM: ❯ Context
9:31:38 PM: production
9:31:38 PM: ​
9:31:38 PM: ────────────────────────────────────────────────────────────────
9:31:38 PM: 1. Build command from Netlify app
9:31:38 PM: ────────────────────────────────────────────────────────────────
9:31:38 PM: ​
9:31:38 PM: $ CI=β€˜β€™ npm run build
9:31:38 PM: npm ERR! code ENOENT
9:31:38 PM: npm ERR! syscall open
9:31:38 PM: npm ERR! path /opt/build/repo/package.json
9:31:38 PM: npm ERR! errno -2
9:31:38 PM: npm ERR! enoent ENOENT: no such file or directory, open β€˜/opt/build/repo/package.json’
9:31:38 PM: npm ERR! enoent This is related to npm not being able to find a file.
9:31:38 PM: npm ERR! enoent
9:31:38 PM: npm ERR! A complete log of this run can be found in:
9:31:38 PM: npm ERR! /opt/buildhome/.npm/_logs/2022-02-16T02_31_38_246Z-debug-0.log
9:31:38 PM: ​
9:31:38 PM: ────────────────────────────────────────────────────────────────
9:31:38 PM: β€œbuild.command” failed
9:31:38 PM: ────────────────────────────────────────────────────────────────
9:31:38 PM: ​
9:31:38 PM: Error message
9:31:38 PM: Command failed with exit code 254: CI=β€˜β€™ npm run build
9:31:38 PM: ​
9:31:38 PM: Error location
9:31:38 PM: In Build command from Netlify app:
9:31:38 PM: CI=β€˜β€™ npm run build
9:31:38 PM: ​
9:31:38 PM: Resolved config
9:31:38 PM: build:
9:31:38 PM: base: /opt/build/repo
9:31:38 PM: command: CI=β€˜β€™ npm run build
9:31:38 PM: commandOrigin: ui
9:31:38 PM: publish: /opt/build/repo/build
9:31:38 PM: publishOrigin: ui
9:31:38 PM: Caching artifacts
9:31:38 PM: Started saving build plugins
9:31:38 PM: Finished saving build plugins
9:31:38 PM: Started saving pip cache
9:31:38 PM: Finished saving pip cache
9:31:38 PM: Started saving emacs cask dependencies
9:31:38 PM: Finished saving emacs cask dependencies
9:31:38 PM: Started saving maven dependencies
9:31:38 PM: Finished saving maven dependencies
9:31:38 PM: Started saving boot dependencies
9:31:38 PM: Finished saving boot dependencies
9:31:38 PM: Started saving rust rustup cache
9:31:38 PM: Finished saving rust rustup cache
9:31:38 PM: Started saving go dependencies
9:31:38 PM: Finished saving go dependencies
9:31:41 PM: Build failed due to a user error: Build script returned non-zero exit code: 2
9:31:41 PM: Creating deploy upload records
9:31:41 PM: Failing build: Failed to build site
9:31:41 PM: Failed during stage β€˜building site’: Build script returned non-zero exit code: 2
9:31:41 PM: Finished processing build request in 18.39677066s

Hi @muhammad234

The reason for this error is there is no package.json in the root of the repository. All the code for your NFT App resides in the nft-minting-app-main directory.

You need to set the base directory to nft-minting-app-main and ensure the publish directory is set o nft-minting-app-main/build.

For reference, see the following documentation:

Hi i am new in this i dont know how to do these can you please tell me please i know i dont have .json file because i dont have one i dont know where and how to add one

There is a package.json fle in the nft-minting-app-main directory in the repository. The settings I suggested needed changing are in the Netlify UI under Site Settings > Build & Deploy > Continuous Deployment > Build Settings.

Screenshot of suggested settings @muhammad234

hey I am having a similer problem
can you help me
12:19:33 AM: Build ready to start
12:19:35 AM: build-image version: 122b31996ccaffd45d820a452d6227f8312110cc (focal)
12:19:35 AM: build-image tag: v4.5.3
12:19:35 AM: buildbot version: 25fcfe2826afed3a7b9532f47a1782777298db51
12:19:35 AM: Fetching cached dependencies
12:19:35 AM: Failed to fetch cache, continuing with build
12:19:35 AM: Starting to prepare the repo for build
12:19:35 AM: No cached dependencies found. Cloning fresh repo
12:19:35 AM: git clone GitHub - Abdullah12354/CrunchyCats
12:19:36 AM: Preparing Git Reference refs/heads/main
12:19:36 AM: Parsing package.json dependencies
12:19:37 AM: Different build dir detected, going to use the one specified in the Netlify configuration file: β€˜β€™ versus β€˜/’ in the Netlify UI
12:19:37 AM: Starting build script
12:19:37 AM: Installing dependencies
12:19:37 AM: Python version set to 2.7
12:19:38 AM: Downloading and installing node v16.14.0…
12:19:38 AM: Downloading https://nodejs.org/dist/v16.14.0/node-v16.14.0-linux-x64.tar.xz…
12:19:39 AM: Computing checksum with sha256sum
12:19:39 AM: Checksums matched!
12:19:42 AM: Now using node v16.14.0 (npm v8.3.1)
12:19:42 AM: Started restoring cached build plugins
12:19:42 AM: Finished restoring cached build plugins
12:19:42 AM: Attempting ruby version 2.7.2, read from environment
12:19:44 AM: Using ruby version 2.7.2
12:19:44 AM: Using PHP version 8.0
12:19:44 AM: Started restoring cached go cache
12:19:44 AM: Finished restoring cached go cache
12:19:44 AM: go version go1.16.5 linux/amd64
12:19:44 AM: go version go1.16.5 linux/amd64
12:19:44 AM: Installing missing commands
12:19:44 AM: Verify run directory
12:19:46 AM: ​
12:19:46 AM: ────────────────────────────────────────────────────────────────
12:19:46 AM: Netlify Build
12:19:46 AM: ────────────────────────────────────────────────────────────────
12:19:46 AM: ​
12:19:46 AM: ❯ Version
12:19:46 AM: @netlify/build 26.3.2
12:19:46 AM: ​
12:19:46 AM: ❯ Flags
12:19:46 AM: baseRelDir: true
12:19:46 AM: buildId: 620c896564c5729754874ba0
12:19:46 AM: deployId: 620c896564c5729754874ba2
12:19:46 AM: ​
12:19:46 AM: ❯ Current directory
12:19:46 AM: /opt/build/repo
12:19:46 AM: ​
12:19:46 AM: ❯ Config file
12:19:46 AM: No config file was defined: using default values.
12:19:46 AM: ​
12:19:46 AM: ❯ Context
12:19:46 AM: production
12:19:46 AM: ​
12:19:46 AM: ────────────────────────────────────────────────────────────────
12:19:46 AM: 1. Build command from Netlify app
12:19:46 AM: ────────────────────────────────────────────────────────────────
12:19:46 AM: ​
12:19:46 AM: $ npm run build
12:19:47 AM: npm ERR! code ENOENT
12:19:47 AM: npm ERR! syscall open
12:19:47 AM: npm ERR! path /opt/build/repo/package.json
12:19:47 AM: npm ERR! errno -2
12:19:47 AM: npm ERR! enoent ENOENT: no such file or directory, open β€˜/opt/build/repo/package.json’
12:19:47 AM: npm ERR! enoent This is related to npm not being able to find a file.
12:19:47 AM: npm ERR! enoent
12:19:47 AM: npm ERR! A complete log of this run can be found in:
12:19:47 AM: npm ERR! /opt/buildhome/.npm/_logs/2022-02-16T05_19_46_993Z-debug-0.log
12:19:47 AM: ​
12:19:47 AM: ────────────────────────────────────────────────────────────────
12:19:47 AM: β€œbuild.command” failed
12:19:47 AM: ────────────────────────────────────────────────────────────────
12:19:47 AM: ​
12:19:47 AM: Error message
12:19:47 AM: Command failed with exit code 254: npm run build
12:19:47 AM: ​
12:19:47 AM: Error location
12:19:47 AM: In Build command from Netlify app:
12:19:47 AM: npm run build
12:19:47 AM: ​
12:19:47 AM: Resolved config
12:19:47 AM: build:
12:19:47 AM: base: /opt/build/repo
12:19:47 AM: command: npm run build
12:19:47 AM: commandOrigin: ui
12:19:47 AM: publish: /opt/build/repo/build
12:19:47 AM: publishOrigin: ui
12:19:47 AM: Caching artifacts
12:19:47 AM: Started saving build plugins
12:19:47 AM: Finished saving build plugins
12:19:47 AM: Started saving pip cache
12:19:47 AM: Finished saving pip cache
12:19:47 AM: Started saving emacs cask dependencies
12:19:47 AM: Finished saving emacs cask dependencies
12:19:47 AM: Started saving maven dependencies
12:19:47 AM: Finished saving maven dependencies
12:19:47 AM: Started saving boot dependencies
12:19:47 AM: Finished saving boot dependencies
12:19:47 AM: Started saving rust rustup cache
12:19:47 AM: Finished saving rust rustup cache
12:19:47 AM: Started saving go dependencies
12:19:47 AM: Finished saving go dependencies
12:19:50 AM: Build failed due to a user error: Build script returned non-zero exit code: 2
12:19:50 AM: Creating deploy upload records
12:19:50 AM: Failing build: Failed to build site
12:19:50 AM: Failed during stage β€˜building site’: Build script returned non-zero exit code: 2
12:19:50 AM: Finished processing build request in 15.158944794s

Hi @ali123

Everything is inside the nft-minting-app-main directory. You need to either move everything in that directory to the root of the repository or follow the Monorepos | Netlify Docs documentation.

As is mentioned in this post and this post that the Free/Starter Tier is not designed for NFT Apps you will need to speak to someone about a higher paid plan.

waitr so where do i have to move my files?

hey i am little new here i just cloned the file can you walk me through what to do next please

just cloned the file can you walk me through what to do next please

I need to reiterate:


It is a matter of moving files inside one directory up one level, just like you would any other on your computer.

Try configuring the Build Settings like this

1 Like

hello sir i am crying right now i cant thank you enought i will pray for you everyday sir thank you i was stuck here for the past 7 hours thank you soooooo much sir hope you will have a great day sir thank you thank you so much

hi there, i am glad things are working, but as coel mentioned, we are happy to keep working with you to get your site online, I wanted to let you know that all businesses in the NFT/Crypto space to speak with our sales and solutions team to purchase a contract to ensure that your site is on an appropriate account level for your usage. Our High Performance Edge product is usually a necessity to be able to handle and administer successful launches.

We have seen many, many, many customers who have sites like these get attacked, and on our lower plans, such as Starter and Pro, which you are currently on, these attacks tend to harm our main network, which is unacceptable to us as it endangers our entire business.

We may not be able to keep your site online should an attack on your site harm our network or jeopardize the uptime of other customers. Further, many NFT/Crypto sites have generated bills for thousands and thousands of US dollars worth of bandwidth used during launch, and we do take steps to ensure we get the money we are owed. Please make sure you have the money to pay for these bandwidth charges should they arise.

Please think clearly about what you are getting into here and make the smart decision, which might mean not proceeding with this project or finding a different provider, if the above seems unreasonable to you.