Code Monkey home page Code Monkey logo

Comments (3)

schwarma23 avatar schwarma23 commented on June 20, 2024 4

Hi - I needed to edit the package.json in the "interactive-adventure-game-tool" folder to bump the version of require-dir from 0.2.0 to 0.3.2. You cannot just edit the file with an editor else the install will fail.
I used www.jsoneditoronline.org and re-saved the edited version. Look for line 38 ("require-dir": "^0.2.0",) and change it 0.3.2.
That got me past your error but then I still had a Python error (installed Python 2.7.X) after that and an MS Framework 4.0 (my computer) vs 2.0 (code) after that (which I haven't yet resolved).

I hope this helps!

from skill-sample-nodejs-adventure-game.

Web-Cam avatar Web-Cam commented on June 20, 2024

I created a pull request with windows instructions, but here they are.

Step 1 : Create a file in your home directory (usually your name) named .aws
In order to do this on windows, simply crate a new folder with the name .aws.
Step 2 : Create a file in that folder with the name credentials.file using notepad
Inside include this code
[default]
aws_access_key_id = [KEY FROM AWS]
aws_secret_access_key = [SECRET KEY FROM AWS]

	Replacing those codes with the ones found in AWS console This you get by logging into 
IAM (http://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html)

step 3:  Install node from https://nodejs.org/en/
step 4:Install NPM from https://www.npmjs.com/
step 5 : Install git https://git-scm.com/downloads

Step 6: Run git clone https://github.com/alexa/interactive-adventure-game-tool.git in command prompt
Step 7: CD to that drive it will be in C:\Users\NAME\interactive-adventure-game-tool replacing name with your home directory name

so CD C:\Users\name\interactive-adventure-game-tool in command prompt.

Step 8 : Type npm install and wait, it will take a while
Step 9 : Npm Start and then allow, it should open.

Hope this helps! i saw this guide and couldn't believe they only made it for macs and nobody posted windows instructions!

from skill-sample-nodejs-adventure-game.

AlexanderGorny avatar AlexanderGorny commented on June 20, 2024

I have had a problem with python and just installed python 2.7 from here
https://www.python.org/downloads/release/python-2714/
and it finally worked...but the fonts doesnt seem to fit, so it looks a little bit different from running on the mac

from skill-sample-nodejs-adventure-game.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.