Created
February 21, 2018 21:18
-
-
Save tfolbrecht/21a0e5483a861ef43c09c4dc68e7e28e to your computer and use it in GitHub Desktop.
c9.ask.npm screen.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ec2-user:~/environment/alexa/single-stream/ $ pwd | |
/home/ec2-user/environment/alexa/single-stream | |
ec2-user:~/environment/alexa/single-stream/ $ ls -a | |
. .. lambda models README.md skill.json | |
ec2-user:~/environment/alexa/single-stream/ $ ask -v | |
1.1.0 | |
ec2-user:~/environment/alexa/single-stream/ $ ask deploy | |
[Error]: Failed to deploy. Please ensure current working directory is the root of your skill project. | |
ec2-user:~/environment/alexa/single-stream/ $ ask deploy --debug | |
[Error]: Failed to deploy. Please ensure current working directory is the root of your skill project. | |
ec2-user:~/environment/alexa/single-stream/ $ npm -v | |
3.10.10 | |
ec2-user:~/environment/alexa/single-stream/ $ uname -v | |
4.9.70-25.242.amzn1.x86_64 | |
ec2-user:~/environment/alexa/single-stream/ $ cat /proc/version | |
Linux version 4.9.70-25.242.amzn1.x86_64 (mockbuild@gobi-build-60009) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Jan 3 05:36:22 UTC 2018 | |
ec2-user:~/environment/alexa/single-stream/ $ exit | |
exit | |
Script done on Wed 21 Feb 2018 09:10:28 PM UTC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment