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

Project is not up-to-date #9

Open
limaAniceto opened this issue Aug 24, 2018 · 0 comments
Open

Project is not up-to-date #9

limaAniceto opened this issue Aug 24, 2018 · 0 comments

Comments

@limaAniceto
Copy link

limaAniceto commented Aug 24, 2018

Hello,
I followed these steps:

  • git clone https://github.com/howtographql/react-relay/
  • cd react-relay
  • npm install -g graphcool
  • cd server
  • graphcool deploy
  • Copy the service ID (which you find in the generated .graphcoolrc file inside the server directory or by running graphcool info) into ./src/Environment.js replacing the current placeholder SERVICE_ID.
  • In the package added the script: 'relay': 'relay-compiler --src ./src --schema ./schema.graphql'
  • yarn
  • yarn run relay
  • yarn start

Then in the web browser:

  • I click on 'Login'
  • Then 'Need to create an account?'
  • Fill the forms
  • Click 'Create Account' and I get the error:
    "{"logs":[{"2018-08-24T16:10:51.125Z":"Error: Cannot find module 'graphcool-lib'\n at Function.Module._resolveFilename (module.js:469:15)\n at Function.Module._load (module.js:417:25)\n at Module.require (module.js:497:17)\n at require (internal/module.js:20:19)\n at Object. (/var/task/src/email-password/signup.js:39:23)\n at Module._compile (module.js:570:32)\n at Object.Module._extensions..js (module.js:579:10)\n at Module.load (module.js:487:32)\n at tryModuleLoad (module.js:446:12)\n at Function.Module._load (module.js:438:3)\nRequestId: 45289aa2-a7b8-11e8-ac1e-a3b27b271f5c Process exited before completing request"}], "response": {"errorMessage":"RequestId: 45289aa2-a7b8-11e8-ac1e-a3b27b271f5c Process exited before completing request"}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant