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

Running node tutorial.js #1

Open
jeremykeen opened this issue Sep 28, 2016 · 5 comments
Open

Running node tutorial.js #1

jeremykeen opened this issue Sep 28, 2016 · 5 comments

Comments

@jeremykeen
Copy link

Where are you instructing the user to run the tutorial code? I tried to get the pre-reqs running on my Mac. It would be great to walk the user through deploying a vm instance in Google cloud rather than locally.

@jeremykeen
Copy link
Author

Ok got it going? Perhaps I do a pull with Mac install using Homebrew?

@eprphotontest
Copy link

jkeenest-am I stuck at the same part you are/were? the npm install and run script?

@jme783
Copy link
Contributor

jme783 commented Oct 27, 2016

Hey all, sorry for the delay on this. I would suggest making sure you run through all the instructions in the README to run things locally. That should have everything you need to get spun up. You don't have to run this on a remote server, especially during testing.

When you're ready to have something that runs on a remote server, there are tons of options you can consider. One of the easiest is to use Heroku to deploy your Node app. Let me know if you need more details/have more questions

@Pedotech
Copy link

Pedotech commented Dec 1, 2017

Hi done everything but get error messages:
Any help?
Thanks

@Pedotech
Copy link

Pedotech commented Dec 1, 2017

MessagesPedros-iMac-2:google-cloud-datastore-tutorial pedrocorreia$ node tutorial.js
Authenticating with Google Cloud...
module.js:538
throw err;
^

Error: Cannot find module 'google-cloud'
at Function.Module._resolveFilename (module.js:536:15)
at Function.Module._load (module.js:466:25)
at Module.require (module.js:579:17)
at require (internal/module.js:11:18)
at Object. (/Users/pedrocorreia/google-cloud-datastore-tutorial/tutorial.js:13:14)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)

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

4 participants