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

expo web failing at start #76

Open
patcito opened this issue Jul 30, 2020 · 0 comments
Open

expo web failing at start #76

patcito opened this issue Jul 30, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@patcito
Copy link

patcito commented Jul 30, 2020

The error:

web  Starting Webpack on port 19006 in development mode.
(node:7716) UnhandledPromiseRejectionWarning: ValidationError: webpack Dev Server Invalid Options

options should NOT have additional properties

    at validateOptions (/home/plpp-2019/.config/yarn/global/node_modules/schema-utils/src/validateOptions.js:32:11)
    at new Server (/home/plpp-2019/.config/yarn/global/node_modules/webpack-dev-server/lib/Server.js:87:5)
    at server (/@expo/[email protected]/src/Webpack.ts:160:20)
    at new Promise (<anonymous>)
    at startAsync (/@expo/[email protected]/src/Webpack.ts:149:18)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at Object.openAsync (/@expo/[email protected]/src/Webpack.ts:203:5)
    at ReadStream.handleKeypress (/[email protected]/src/commands/start/TerminalUI.js:237:9)
(node:7716) 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: 16)
(node:7716) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.


@patcito patcito added the bug Something isn't working label Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants