Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messages with deployment of my clone #7

Open
KyooMario opened this issue Dec 12, 2023 · 0 comments
Open

Error messages with deployment of my clone #7

KyooMario opened this issue Dec 12, 2023 · 0 comments

Comments

@KyooMario
Copy link

Hello Drake,

Below my attempt to deploy a clone of this service but I got stuck on the first step.
I must start that I am not an expert in coding but ever more interested in the service you created. Can you help me deploying my own service? Or better for me: suggest a way to use this service and leave the admin at an expert level (like yourselves?)

Cheers Mario

[12:40:59.652] Running build in Washington, D.C., USA (East) – iad1
[12:40:59.793] Cloning github.com/KyooMario/json-resume-service (Branch: main, Commit: 0b87a90)
[12:41:00.273] Previous build cache not available
[12:41:00.359] Cloning completed: 566.217ms
[12:41:00.723] Running "vercel build"
[12:41:02.539] Vercel CLI 32.6.1
[12:41:02.950] Installing dependencies...
[12:41:03.335] yarn install v1.22.17
[12:41:03.430] [1/4] Resolving packages...
[12:41:03.753] [2/4] Fetching packages...
[12:41:29.344] [3/4] Linking dependencies...
[12:41:29.348] warning "next > styled-jsx > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
[12:41:29.348] warning " > [email protected]" has unmet peer dependency "react-is@>= 16.8.0".
[12:41:38.386] [4/4] Building fresh packages...
[12:41:38.644] Done in 35.31s.
[12:41:38.686] Detected Next.js version: 12.0.7
[12:41:38.692] Running "yarn run build"
[12:41:38.879] yarn run v1.22.17
[12:41:38.912] $ next build
[12:41:39.628] Attention: Next.js now collects completely anonymous telemetry regarding usage.
[12:41:39.629] This information is used to shape Next.js' roadmap and prioritize features.
[12:41:39.629] You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
[12:41:39.630] https://nextjs.org/telemetry
[12:41:39.630]
[12:41:39.659] Browserslist: caniuse-lite is outdated. Please run:
[12:41:39.659] npx browserslist@latest --update-db
[12:41:39.659]
[12:41:39.659] Why you should do it regularly:
[12:41:39.660] https://github.com/browserslist/browserslist#browsers-data-updating
[12:41:39.697] info - Checking validity of types...
[12:41:45.877] error - ESLint: Cannot read properties of null (reading 'name') Occurred while linting /vercel/path0/pages/api/index.ts:9 Rule: "@next/next/no-page-custom-font"
[12:41:45.880] info - Creating an optimized production build...
[12:41:46.194] Browserslist: caniuse-lite is outdated. Please run:
[12:41:46.194] npx browserslist@latest --update-db
[12:41:46.195]
[12:41:46.195] Why you should do it regularly:
[12:41:46.196] https://github.com/browserslist/browserslist#browsers-data-updating
[12:41:47.329] postcss-resolve-url: postcss.plugin was deprecated. Migration guide:
[12:41:47.329] https://evilmartians.com/chronicles/postcss-8-plugin-migration
[12:41:47.344] postcss-resolve-url: postcss.plugin was deprecated. Migration guide:
[12:41:47.344] https://evilmartians.com/chronicles/postcss-8-plugin-migration
[12:41:47.353] postcss-resolve-url: postcss.plugin was deprecated. Migration guide:
[12:41:47.353] https://evilmartians.com/chronicles/postcss-8-plugin-migration
[12:41:52.827] [webpack.cache.PackFileCacheStrategy] Skipped not serializable cache item 'Compilation/modules|/vercel/path0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[2].oneOf[5].use[1]!/vercel/path0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[2].oneOf[5].use[2]!/vercel/path0/node_modules/next/dist/compiled/resolve-url-loader/index.js??ruleSet[1].rules[2].oneOf[5].use[3]!/vercel/path0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[2].oneOf[5].use[4]!/vercel/path0/styles/resume.module.scss': No serializer registered for SassError
[12:41:52.829] while serializing webpack/lib/cache/PackFileCacheStrategy.PackContentItems -> webpack/lib/NormalModule -> webpack/lib/ModuleBuildError -> SassError
[12:41:53.003] Failed to compile.
[12:41:53.004]
[12:41:53.004] ./styles/resume.module.scss.webpack[javascript/auto]!=!./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[2].oneOf[5].use[1]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[2].oneOf[5].use[2]!./node_modules/next/dist/compiled/resolve-url-loader/index.js??ruleSet[1].rules[2].oneOf[5].use[3]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[2].oneOf[5].use[4]!./styles/resume.module.scss
[12:41:53.004] SassError: unmatched "}".
[12:41:53.004] ╷
[12:41:53.004] 174 │ }
[12:41:53.004] │ ^
[12:41:53.005] ╵
[12:41:53.005] styles/resume.module.scss 174:1 root stylesheet
[12:41:53.005]
[12:41:53.005] Import trace for requested module:
[12:41:53.005] ./styles/resume.module.scss
[12:41:53.005] ./components/resume/index.tsx
[12:41:53.005] ./pages/[username].tsx
[12:41:53.005]
[12:41:53.006] ./styles/resume.module.scss
[12:41:53.006] SassError: unmatched "}".
[12:41:53.006] ╷
[12:41:53.007] 174 │ }
[12:41:53.007] │ ^
[12:41:53.007] ╵
[12:41:53.007] styles/resume.module.scss 174:1 root stylesheet
[12:41:53.007] at tryRunOrWebpackError (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:47208:9)
[12:41:53.007] at webpack_require_module (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:32980:12)
[12:41:53.007] at nested_webpack_require_150834 (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:32937:18)
[12:41:53.007] at /vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:33008:20
[12:41:53.007] at symbolIterator (/vercel/path0/node_modules/next/dist/compiled/neo-async/async.js:1:14452)
[12:41:53.007] at done (/vercel/path0/node_modules/next/dist/compiled/neo-async/async.js:1:14832)
[12:41:53.007] at Hook.eval [as callAsync] (eval at create (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:141512:10), :15:1)
[12:41:53.007] at /vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:32915:43
[12:41:53.007] at symbolIterator (/vercel/path0/node_modules/next/dist/compiled/neo-async/async.js:1:14410)
[12:41:53.008] at timesSync (/vercel/path0/node_modules/next/dist/compiled/neo-async/async.js:1:5037)
[12:41:53.008] -- inner error --
[12:41:53.008] SassError: unmatched "}".
[12:41:53.008] ╷
[12:41:53.008] 174 │ }
[12:41:53.008] │ ^
[12:41:53.008] ╵
[12:41:53.008] styles/resume.module.scss 174:1 root stylesheet
[12:41:53.008] at Object. (/vercel/path0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[2].oneOf[5].use[1]!/vercel/path0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[2].oneOf[5].use[2]!/vercel/path0/node_modules/next/dist/compiled/resolve-url-loader/index.js??ruleSet[1].rules[2].oneOf[5].use[3]!/vercel/path0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[2].oneOf[5].use[4]!/vercel/path0/styles/resume.module.scss:1:7)
[12:41:53.008] at /vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:91687:11
[12:41:53.008] at Hook.eval [as call] (eval at create (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:141498:10), :7:1)
[12:41:53.008] at /vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:32982:39
[12:41:53.008] at tryRunOrWebpackError (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:47203:7)
[12:41:53.008] at webpack_require_module (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:32980:12)
[12:41:53.009] at nested_webpack_require_150834 (/vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:32937:18)
[12:41:53.009] at /vercel/path0/node_modules/next/dist/compiled/webpack/bundle5.js:33008:20
[12:41:53.009] at symbolIterator (/vercel/path0/node_modules/next/dist/compiled/neo-async/async.js:1:14452)
[12:41:53.009] at done (/vercel/path0/node_modules/next/dist/compiled/neo-async/async.js:1:14832)
[12:41:53.009]
[12:41:53.009] Generated code for /vercel/path0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[2].oneOf[5].use[1]!/vercel/path0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[2].oneOf[5].use[2]!/vercel/path0/node_modules/next/dist/compiled/resolve-url-loader/index.js??ruleSet[1].rules[2].oneOf[5].use[3]!/vercel/path0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[2].oneOf[5].use[4]!/vercel/path0/styles/resume.module.scss
[12:41:53.009]
[12:41:53.009] Import trace for requested module:
[12:41:53.009] ./components/resume/index.tsx
[12:41:53.009] ./pages/[username].tsx
[12:41:53.010]
[12:41:53.010]
[12:41:53.010] > Build failed because of webpack errors
[12:41:53.066] error Command failed with exit code 1.
[12:41:53.066] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[12:41:53.104] Error: Command "yarn run build" exited with 1
[12:41:53.512]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant