-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
Ok got it going? Perhaps I do a pull with Mac install using Homebrew? |
jkeenest-am I stuck at the same part you are/were? the npm install and run script? |
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 |
Hi done everything but get error messages: |
MessagesPedros-iMac-2:google-cloud-datastore-tutorial pedrocorreia$ node tutorial.js Error: Cannot find module 'google-cloud' |
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.
The text was updated successfully, but these errors were encountered: