Code Monkey home page Code Monkey logo

Comments (6)

rajington avatar rajington commented on July 19, 2024

I'm not on windows so I can't test, but I feel it might be on this line here

I don't think the package is ready for windows yet, but you might be able to fix it by adding node to both of the script lines in (interactive-adventure-game-tool/package.json):

From:

  "scripts": {
    "postinstall": "./node_modules/jspm/jspm.js install",
    "start": "./node_modules/gulp/bin/gulp.js"
  },

To:

  "scripts": {
    "postinstall": "node ./node_modules/jspm/jspm.js install",
    "start": "node ./node_modules/gulp/bin/gulp.js"
  },

If that doesn't work, remember to change it back before trying anything else

from skill-sample-nodejs-adventure-game.

sadranyi avatar sadranyi commented on July 19, 2024

Sure just wanted to pass it on
On Aug 2, 2016 7:48 PM, "Raj Nigam" [email protected] wrote:

I'm not on windows so I can't test, but I feel it might be on this line
here
https://github.com/alexa/interactive-adventure-game-tool/blob/master/gulp-tasks/_upload.js#L15

I'm wondering if it's extraneous to mention the base parameter, if you're
willing to troubleshoot a little you can try changing the line (
interactive-adventure-game-tool/gulp-tasks/_upload.js):

From:

---return gulp.src('./src/skill/*/.{js,json}', { base: "." })

To:

+++return gulp.src('./src/skill/*/.{js,json}')


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAid3GXHLJbjbxWgy7zZDSFHyQT_D4kEks5qcAFugaJpZM4JbORi
.

from skill-sample-nodejs-adventure-game.

rajington avatar rajington commented on July 19, 2024

I'm guessing you probably got some errors when you ran npm install as well?

from skill-sample-nodejs-adventure-game.

sadranyi avatar sadranyi commented on July 19, 2024

no everything was fine

On Tue, Aug 2, 2016 at 9:21 PM, Raj Nigam [email protected] wrote:

I'm guessing you probably got some errors when you ran npm install as
well?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAid3KqqnSghyX5r354eUA2XSUtY8qXqks5qcBdJgaJpZM4JbORi
.

from skill-sample-nodejs-adventure-game.

rjamison avatar rjamison commented on July 19, 2024

I tested things out on a Windows box and ran into the same issue. I tried the fix suggested by @rajington and seemed to clear things up so I've pushed a commit: edad8d9

Let me know if this clears things up for you and I'll close the issue.

from skill-sample-nodejs-adventure-game.

rjamison avatar rjamison commented on July 19, 2024

Closing since we haven't heard anything. Feel free to re-open if you're continuing to have issues.

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.