t9tio / cloudquery

Turn any website to API by several clicks (serverless and support SPA!)
https://cloudquery.t9t.io/
GNU General Public License v3.0
2.16k stars 136 forks source link

Get an error on gitpod #16

Open MatteoGauthier opened 5 years ago

MatteoGauthier commented 5 years ago

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 commented 5 years ago

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.