Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.07 KB | None | 0 0
  1. yarn info @now/build-utils@latest...
  2. yarn info @now/next...
  3. running builder.exports.build...
  4. [@now/next] Downloading user files...
  5. Found `engines` in `package.json`, selecting range: 8.10.x
  6. MODE: serverless
  7. Your application is being built using `next build`. If you need to define a different build step, please create a `now-build` script in your `package.json` (e.g. `{ "scripts": { "now-build": "npm run prepare && next build" } }`).
  8. installing dependencies...
  9. installing to /tmp/7eca9c96
  10. yarn install v1.17.3
  11. [1/4] Resolving packages...
  12. [2/4] Fetching packages...
  13. info fsevents@1.2.9: The platform "linux" is incompatible with this module.
  14. info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation.
  15. [3/4] Linking dependencies...
  16. [4/4] Building fresh packages...
  17. success Saved lockfile.
  18. Done in 32.12s.
  19. detected Next.js version: 9.0.3
  20. running user script...
  21. running "yarn run now-build"
  22. yarn run v1.17.3
  23. $ next build
  24. Creating an optimized production build ...
  25. Failed to compile.
  26. ./node_modules/chrome-aws-lambda/source/iltorb/build/bindings/iltorb.node 1:0
  27. Module parse failed: Unexpected character '' (1:0)
  28. 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
  29. (Source code omitted for this binary file)
  30. > Build error occurred
  31. Error: > Build failed because of webpack errors
  32.     at build (/tmp/7eca9c96/node_modules/next/dist/build/index.js:6:847)
  33.     at <anonymous>
  34.     at process._tickCallback (internal/process/next_tick.js:188:7)
  35. error Command failed with exit code 1.
  36. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  37. Error: Exited with 1
  38.     at ChildProcess.child.on (/tmp/b0cc21aa63cece4e/.build-utils/.builder/node_modules/@now/next/dist/index.js:37065:24)
  39.     at emitTwo (events.js:126:13)
  40.     at ChildProcess.emit (events.js:214:7)
  41.     at maybeClose (internal/child_process.js:925:16)
  42.     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
  43. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement