-
Notifications
You must be signed in to change notification settings - Fork 27
Error when running awsmobile init #77
Comments
You sure it’s not your Node version? I just had the same error trying to run code using async/await on Lambda. The Nodejs runtime was too old on Lambda for async functions. If using Mac, try: |
Hi @jerwallace , |
This is a bug |
close this issue for now, feel free to re-open it if you still see the same problem |
Just ran into the exact same issue
Here are the versions I've got: npm v3.10.10 let me know if there any other info I can get you to help |
We obviously mixed two issues here. |
I used the latest version of Node and I still ran into the problem 😞 EDIT: Okay, using |
Was following the guide here:
https://docs.aws.amazon.com/aws-mobile/latest/developerguide/web-getting-started.html
Created a sample app:
https://reactjs.org/blog/2016/07/22/create-apps-with-no-configuration.html
Then ran the init line:
awsmobile init <ID_HERE>
The following response was given:
The text was updated successfully, but these errors were encountered: