alexa-samples / skill-sample-nodejs-audio-player

An Alexa Skill Sample showing how to play long form audio in 3P-skills
Other
470 stars 319 forks source link

Downloading NodeJS Dependencies #81

Closed atoddvr6 closed 6 years ago

atoddvr6 commented 6 years ago

I am having trouble with this step (3). I have everything complete and installed up to this step but I'm just not sure what to do with... $ (cd lambda && npm install) $ (cd lambda/src && npm install)

When I type this into CMD all I get is "The system could not find the path specified"

Any help would be greatly appreciated! We are trying to create a podcast skill and host all of our own audio files.

nnyegaard commented 6 years ago

Hey @atoddvr6 you need to be in the lambda folder, there should be package.json file. The same with the src folder.

sebsto commented 6 years ago

closing because of no activity since 5 months, feel free to reopen if you still have an issue with this.

acwalker620 commented 4 years ago

I have the same question. Do I need to make a lambda directory? If not, how do I find the existing one?