alexa-samples / skill-sample-nodejs-adventure-game

This tool provides an easy to use front-end that allows developers to instantly deploy code for your story, or use the generated code as a starting point for more complex projects.
Apache License 2.0
510 stars 218 forks source link

Build Error during npm install #58

Open sbukow opened 6 years ago

sbukow commented 6 years ago

Beginner with no experience, but having trouble during the npm install, and reading the other issues was unable to find a fix. Error message below:

image

mym1990 commented 6 years ago

Sbukow can you tell us what you have tried by 'reading other issues', that will help us evaluate what other possible solutions there are for you.

sbukow commented 6 years ago

Yes. I was referring to the other npm issues that others had posted in here #54 #52 #42 #15, because this was not the first issue i had with the install. its just where I am at now.

I had followed the instructions #54 for install on windows and had the same errors that required the change package.json require-dir from 0.2.0 to 0.3.2. and installed python, to take care of the python error as well.

Following that, I am now at the error message above