Skip to content

Instantly share code, notes, and snippets.

@jordyvandomselaar
Created May 21, 2020 15:33
Show Gist options
  • Save jordyvandomselaar/d29a912ba3352527e53faf084e232f23 to your computer and use it in GitHub Desktop.
Save jordyvandomselaar/d29a912ba3352527e53faf084e232f23 to your computer and use it in GitHub Desktop.
Module parse failed: Unexpected character '' (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
./src/assets/fonts/Arvo/Arvo-BoldItalic.ttf 1:0
Module parse failed: Unexpected character '' (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
./src/assets/fonts/Arvo/Arvo-Italic.ttf 1:0
Module parse failed: Unexpected character '' (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
./src/assets/fonts/Arvo/Arvo-Regular.ttf 1:0
Module parse failed: Unexpected character '' (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
[ info ] ready on http://localhost:3000
(node:59503) UnhandledPromiseRejectionWarning: TypeError: Converting circular structure to JSON
--> starting at object with constructor 'NormalModule'
| property 'dependencies' -> object with constructor 'Array'
| index 0 -> object with constructor 'HarmonyCompatibilityDependency'
--- property 'originModule' closes the circle
at JSON.stringify (<anonymous>)
at /Users/jordyvandomselaar/workspace/jordy-blog/node_modules/next/dist/compiled/webpack-hot-middleware/middleware.js:1:2018
at /Users/jordyvandomselaar/workspace/jordy-blog/node_modules/next/dist/compiled/webpack-hot-middleware/middleware.js:1:1337
at Array.forEach (<anonymous>)
at everyClient (/Users/jordyvandomselaar/workspace/jordy-blog/node_modules/next/dist/compiled/webpack-hot-middleware/middleware.js:1:1317)
at Object.publish (/Users/jordyvandomselaar/workspace/jordy-blog/node_modules/next/dist/compiled/webpack-hot-middleware/middleware.js:1:1972)
at Function.o.publish (/Users/jordyvandomselaar/workspace/jordy-blog/node_modules/next/dist/compiled/webpack-hot-middleware/middleware.js:1:1154)
at HotReloader.send (/Users/jordyvandomselaar/workspace/jordy-blog/node_modules/next/dist/server/hot-reloader.js:5:678)
at /Users/jordyvandomselaar/workspace/jordy-blog/node_modules/next/dist/server/hot-reloader.js:15:508
at /Users/jordyvandomselaar/workspace/jordy-blog/node_modules/next/dist/build/output/index.js:5:651
(node:59503) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 169)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment