Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Installation problem #32

Closed
yansusanto opened this issue Nov 19, 2020 · 4 comments
Closed

Installation problem #32

yansusanto opened this issue Nov 19, 2020 · 4 comments

Comments

@yansusanto
Copy link

Hi there,

I hope someone in the know could help point me in the right direction. What could I possibly be missing? Thank you!

/usr/local/lib/node_modules/gatsby-cli/node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js:53
        throw ex;
        ^

Error: listen EADDRINUSE: address already in use :::8000
    at Server.setupListenHandle [as _listen2] (net.js:1280:14)
    at listenInCluster (net.js:1328:12)
    at Server.listen (net.js:1415:7)
    at startDevelopProxy (/Users/adam/PROJECT/MAIONE/node_modules/gatsby/src/utils/develop-proxy.ts:86:10)
    at module.exports (/Users/adam/PROJECT/MAIONE/node_modules/gatsby/src/commands/develop.ts:124:17)
    at process._tickCallback (internal/process/next_tick.js:68:7)
    at Function.Module.runMain (internal/modules/cjs/loader.js:834:11)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
@yansusanto
Copy link
Author

Oh apparently, we can't run another app at the same port :8000 (even though I have none running)

@yansusanto
Copy link
Author

yansusanto commented Nov 19, 2020

Been trying for hours, just couldn't get pass

Cannot query field "quantity" on type "StripeSkuInventory".

I've created a test data on Stripe and follow everything to a "T"

How do we exactly add "quantity" to Product on Stripe?

Hopefully someone is kind enough to point me in the right direction. What supposedly a 5-min installation turned in hours scratching my head

Thanks everyone.

@thomasvaeth
Copy link

@yansusanto Did you figure this out? You have to use the Stripe API to add SKU/quantity.

@brxck
Copy link
Owner

brxck commented Mar 26, 2021

The latest version of the starter comes with Stripe fixtures, which I hope will alleviate problems others are having with getting the proper data setup in Stripe. It also moves from the Orders API (Skus) to the Prices API.

Please let me know if you have any problems with the new version of the starter!

@brxck brxck closed this as completed Mar 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants