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

Get an error on gitpod #16

Open
MatteoGauthier opened this issue May 27, 2019 · 1 comment
Open

Get an error on gitpod #16

MatteoGauthier opened this issue May 27, 2019 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@MatteoGauthier
Copy link

Get an error when the gitpod is launched

npm WARN eslint-config-airbnb@16.1.0 requires a peer of eslint@^4.9.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-config-airbnb-base@12.1.0 requires a peer of eslint@^4.9.0 but none is installed. You must install peer dependencies yourself.
npm WARN cloudquery@1.0.0 No repository field.
npm WARN cloudquery@1.0.0 license should be a valid SPDX license expression
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 11059 packages in 7.017s
found 7 high severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details
@timqian
Copy link
Member

timqian commented May 28, 2019

I tried gitpod and met another issue, but I don't have the bandwidth to fix it recently, PR is welcomed.

 UnhandledPromiseRejectionWarning: Error: Unable to start Chrome. If you have the DEBUG env variable set,there will be more in the logs.
    at /workspace/cloudquery/node_modules/@serverless-chrome/lambda/dist/bundle.cjs.js:376:13
    at Generator.throw (<anonymous>)
    at step (/workspace/cloudquery/node_modules/@serverless-chrome/lambda/dist/bundle.cjs.js:311:193)
    at /workspace/cloudquery/node_modules/@serverless-chrome/lambda/dist/bundle.cjs.js:311:404
    at process._tickCallback (internal/process/next_tick.js:68:7)
(node:1724) 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(). (rejection id: 1)
(node:1724) [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.

@timqian timqian added the help wanted Extra attention is needed label May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Development

No branches or pull requests

2 participants