Deploying my vue app to netlify failed because of prettier error

Hello guys,
i want to deploy my vue app from github with netlify, but its everytime failed because of some prettier problem. Can you help me please? Thanks!

2:40:02 PM: Build ready to start
2:40:04 PM: build-image version: 195fbe127e5c374d9c4758652cb62e3b8936a395 (focal)
2:40:04 PM: build-image tag: v4.6.0
2:40:04 PM: buildbot version: 43c70c62bfed821cfaaabbb50f00238dd4bdd2d6
2:40:04 PM: Building without cache
2:40:04 PM: Starting to prepare the repo for build
2:40:05 PM: No cached dependencies found. Cloning fresh repo
2:40:05 PM: git clone GitHub - smola14/live-crypto
2:40:05 PM: Preparing Git Reference refs/heads/master
2:40:05 PM: Parsing package.json dependencies
2:40:06 PM: Starting build script
2:40:06 PM: Installing dependencies
2:40:06 PM: Python version set to 2.7
2:40:07 PM: Downloading and installing node v16.14.2…
2:40:07 PM: Downloading https://nodejs.org/dist/v16.14.2/node-v16.14.2-linux-x64.tar.xz
2:40:08 PM: Computing checksum with sha256sum
2:40:08 PM: Checksums matched!
2:40:10 PM: Now using node v16.14.2 (npm v8.5.0)
2:40:10 PM: Started restoring cached build plugins
2:40:10 PM: Finished restoring cached build plugins
2:40:10 PM: Attempting ruby version 2.7.2, read from environment
2:40:11 PM: Using ruby version 2.7.2
2:40:12 PM: Using PHP version 8.0
2:40:12 PM: Started restoring cached node modules
2:40:12 PM: Finished restoring cached node modules
2:40:12 PM: Installing NPM modules using NPM version 8.5.0
2:40:26 PM: added 969 packages, and audited 970 packages in 14s
2:40:26 PM: 105 packages are looking for funding
2:40:26 PM: run npm fund for details
2:40:26 PM: 9 vulnerabilities (8 moderate, 1 high)
2:40:26 PM: To address issues that do not require attention, run:
2:40:26 PM: npm audit fix
2:40:26 PM: To address all issues (including breaking changes), run:
2:40:26 PM: npm audit fix --force
2:40:26 PM: Run npm audit for details.
2:40:26 PM: NPM modules installed
2:40:26 PM: Started restoring cached go cache
2:40:26 PM: Finished restoring cached go cache
2:40:26 PM: go version go1.16.5 linux/amd64
2:40:26 PM: go version go1.16.5 linux/amd64
2:40:26 PM: Installing missing commands
2:40:26 PM: Verify run directory
2:40:28 PM: ​
2:40:28 PM: ────────────────────────────────────────────────────────────────
2:40:28 PM: Netlify Build
2:40:28 PM: ────────────────────────────────────────────────────────────────
2:40:28 PM: ​
2:40:28 PM: ❯ Version
2:40:28 PM: @netlify/build 26.5.1
2:40:28 PM: ​
2:40:28 PM: ❯ Flags
2:40:28 PM: baseRelDir: true
2:40:28 PM: buildId: 623c74b218071f6e28683449
2:40:28 PM: deployId: 623c74b218071f6e2868344b
2:40:28 PM: ​
2:40:28 PM: ❯ Current directory
2:40:28 PM: /opt/build/repo
2:40:28 PM: ​
2:40:28 PM: ❯ Config file
2:40:28 PM: No config file was defined: using default values.
2:40:28 PM: ​
2:40:28 PM: ❯ Context
2:40:28 PM: production
2:40:28 PM: ​
2:40:28 PM: ────────────────────────────────────────────────────────────────
2:40:28 PM: 1. Build command from Netlify app
2:40:28 PM: ────────────────────────────────────────────────────────────────
2:40:28 PM: ​
2:40:28 PM: $ npm run build
2:40:28 PM: > live-crypto@0.1.0 build
2:40:28 PM: > vue-cli-service build
2:40:29 PM: All browser targets in the browserslist configuration have supported ES module.
2:40:29 PM: Therefore we don’t build two separate bundles for differential loading.
2:40:29 PM: - Building for production…
2:40:50 PM: ERROR Failed to compile with 1 error1:40:50 PM
2:40:50 PM:
2:40:50 PM: /opt/build/repo/src/App.vue
2:40:50 PM: 7:13 error Replace 'https://fonts.googleapis.com/css2?family=Fredoka&display=swap' with "https://fonts.googleapis.com/css2?family=Fredoka&display=swap" prettier/prettier
2:40:50 PM: 8:9 error Replace '@/style/style.scss' with "@/style/style.scss" prettier/prettier
2:40:50 PM: 16:16 error Replace 'Fredoka' with "Fredoka" prettier/prettier
2:40:50 PM:
2:40:50 PM: /opt/build/repo/src/components/CoinSearchForm.vue
2:40:50 PM: 21:19 error Replace 'axios' with "axios"; prettier/prettier
2:40:50 PM: 23:42 error Replace '@zhuowenli/vue-feather-icons' with "@zhuowenli/vue-feather-icons"; prettier/prettier
2:40:50 PM: 32:14 error Replace '' with "" prettier/prettier
2:40:50 PM: 34:6 error Insert ; prettier/prettier
2:40:50 PM: 43:29 error Replace '' with "" prettier/prettier
2:40:50 PM: 44:77 error Insert ; prettier/prettier
2:40:50 PM: 45:24 error Replace 'add-new-coin',·this.coins) with "add-new-coin",·this.coins); prettier/prettier
2:40:50 PM: 49:53 error Insert ; prettier/prettier
2:40:50 PM: 50:24 error Replace 'add-new-coin',·this.coins) with "add-new-coin",·this.coins); prettier/prettier
2:40:50 PM: 52:11 error Insert ; prettier/prettier
2:40:50 PM: 60:51 error Insert ; prettier/prettier
2:40:50 PM: 64:20 error Insert ; prettier/prettier
2:40:50 PM: 66:2 error Insert ; prettier/prettier
2:40:50 PM: 70:9 error Replace '@/style/style.scss' with "@/style/style.scss" prettier/prettier
2:40:50 PM:
2:40:50 PM: /opt/build/repo/src/components/CoinTop3.vue
2:40:50 PM: 15:19 error Replace 'axios' with "axios"; prettier/prettier
2:40:50 PM: 21:6 error Insert ; prettier/prettier
2:40:50 PM: 29:72 error Insert ; prettier/prettier
2:40:50 PM: 30:42 error Insert ; prettier/prettier
2:40:50 PM: 32:49 error Insert ; prettier/prettier
2:40:50 PM: 33:11 error Insert ; prettier/prettier
2:40:50 PM: 34:35 error Insert ; prettier/prettier
2:40:50 PM: 35:49 error Insert ; prettier/prettier
2:40:50 PM: 36:9 error Insert ; prettier/prettier
2:40:50 PM: 40:36 error Insert ; prettier/prettier
2:40:50 PM: 43:2 error Insert ; prettier/prettier
2:40:50 PM: 47:9 error Replace '@/style/style.scss' with "@/style/style.scss" prettier/prettier
2:40:50 PM:
2:40:50 PM: /opt/build/repo/src/components/CoinTop3Market.vue
2:40:50 PM: 15:19 error Replace 'axios' with "axios"; prettier/prettier
2:40:50 PM: 21:6 error Insert ; prettier/prettier
2:40:50 PM: 29:72 error Insert ; prettier/prettier
2:40:50 PM: 30:46 error Insert ; prettier/prettier
2:40:50 PM: 32:41 error Insert ; prettier/prettier
2:40:50 PM: 33:11 error Insert ; prettier/prettier
2:40:50 PM: 34:39 error Insert ; prettier/prettier
2:40:50 PM: 35:53 error Insert ; prettier/prettier
2:40:50 PM: 36:9 error Insert ; prettier/prettier
2:40:50 PM: 40:32 error Insert ; prettier/prettier
2:40:52 PM: Creating deploy upload records
2:40:50 PM: 43:2 error Insert ; prettier/prettier
2:40:50 PM: 47:9 error Replace '@/style/style.scss' with "@/style/style.scss" prettier/prettier
2:40:50 PM:
2:40:50 PM: /opt/build/repo/src/components/CryptoList.vue
2:40:50 PM: 30:5 error Replace 'is-searching' with "is-searching" prettier/prettier
2:40:50 PM: 34:5 error Replace 'new-coins' with "new-coins" prettier/prettier
2:40:52 PM: Failed during stage ‘building site’: Build script returned non-zero exit code: 2 (Search results for '"non-zero exit code: 2"' - Netlify Support Forums)
2:40:50 PM: 37:14 error Insert ; prettier/prettier
2:40:50 PM: 42:16 error Replace 'color:lightgreen' with "color:lightgreen"; prettier/prettier
2:40:50 PM: 44:16 error Replace 'color:red' with "color:red"; prettier/prettier
2:40:50 PM: 48:2 error Insert ; prettier/prettier
2:40:50 PM: 52:9 error Replace '@/style/style.scss' with "@/style/style.scss" prettier/prettier
2:40:50 PM:
2:40:50 PM: /opt/build/repo/src/views/HomeView.vue
2:40:50 PM: 40:28 error Replace '@/components/CoinSearchForm.vue' with "@/components/CoinSearchForm.vue"; prettier/prettier
2:40:50 PM: 41:24 error Replace '@/components/CryptoList.vue' with "@/components/CryptoList.vue"; prettier/prettier
2:40:50 PM: 42:22 error Replace '@/components/CoinTop3.vue' with "@/components/CoinTop3.vue"; prettier/prettier
2:40:50 PM: 43:28 error Replace '@/components/CoinTop3Market.vue' with "@/components/CoinTop3Market.vue"; prettier/prettier
2:40:50 PM: 56:6 error Insert ; prettier/prettier
2:40:50 PM: 58:2 error Insert ; prettier/prettier
2:40:50 PM: 61:9 error Replace '@/style/style.scss' with "@/style/style.scss" prettier/prettier
2:40:50 PM:
2:40:50 PM: :heavy_multiplication_x: 55 problems (55 errors, 0 warnings)
2:40:50 PM: 55 errors and 0 warnings potentially fixable with the --fix option.
2:40:50 PM:
2:40:50 PM: You may use special comments to disable some warnings.
2:40:50 PM: Use // eslint-disable-next-line to ignore the next line.
2:40:50 PM: Use /* eslint-disable */ to ignore all warnings in a file.
2:40:50 PM: ERROR Error: Build failed with errors.
2:40:50 PM: Error: Build failed with errors.
2:40:50 PM: at /opt/build/repo/node_modules/@vue/cli-service/lib/commands/build/index.js:207:23
2:40:50 PM: at /opt/build/repo/node_modules/webpack/lib/webpack.js:148:8
2:40:50 PM: at /opt/build/repo/node_modules/webpack/lib/HookWebpackError.js:68:3
2:40:50 PM: at Hook.eval [as callAsync] (eval at create (/opt/build/repo/node_modules/tapable/lib/HookCodeFactory.js:33:10), :6:1)
2:40:50 PM: at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/opt/build/repo/node_modules/tapable/lib/Hook.js:18:14)
2:40:50 PM: at Cache.shutdown (/opt/build/repo/node_modules/webpack/lib/Cache.js:150:23)
2:40:50 PM: at /opt/build/repo/node_modules/webpack/lib/Compiler.js:1212:15
2:40:50 PM: at Hook.eval [as callAsync] (eval at create (/opt/build/repo/node_modules/tapable/lib/HookCodeFactory.js:33:10), :6:1)
2:40:50 PM: at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/opt/build/repo/node_modules/tapable/lib/Hook.js:18:14)
2:40:50 PM: at Compiler.close (/opt/build/repo/node_modules/webpack/lib/Compiler.js:1205:23)
2:40:50 PM: ​
2:40:50 PM: ────────────────────────────────────────────────────────────────
2:40:50 PM: “build.command” failed
2:40:50 PM: ────────────────────────────────────────────────────────────────
2:40:50 PM: ​
2:40:50 PM: Error message
2:40:50 PM: Command failed with exit code 1: npm run build (Search results for '"non-zero exit code: 1"' - Netlify Support Forums)
2:40:50 PM: ​
2:40:50 PM: Error location
2:40:50 PM: In Build command from Netlify app:
2:40:50 PM: npm run build
2:40:50 PM: ​
2:40:50 PM: Resolved config
2:40:50 PM: build:
2:40:50 PM: command: npm run build
2:40:50 PM: commandOrigin: ui
2:40:50 PM: publish: /opt/build/repo/dist
2:40:50 PM: publishOrigin: ui
2:40:50 PM: Caching artifacts
2:40:50 PM: Started saving node modules
2:40:50 PM: Finished saving node modules
2:40:50 PM: Started saving build plugins
2:40:50 PM: Finished saving build plugins
2:40:50 PM: Started saving pip cache
2:40:50 PM: Finished saving pip cache
2:40:50 PM: Started saving emacs cask dependencies
2:40:50 PM: Finished saving emacs cask dependencies
2:40:50 PM: Started saving maven dependencies
2:40:50 PM: Finished saving maven dependencies
2:40:50 PM: Started saving boot dependencies
2:40:50 PM: Finished saving boot dependencies
2:40:50 PM: Started saving rust rustup cache
2:40:50 PM: Finished saving rust rustup cache
2:40:50 PM: Started saving go dependencies
2:40:50 PM: Finished saving go dependencies
2:40:52 PM: Build failed due to a user error: Build script returned non-zero exit code: 2
2:40:52 PM: Failing build: Failed to build site
2:40:52 PM: Finished processing build request in 47.679961012s

hi there, have you tried resolving this as indicated above?