Jump to content

Search the Community

Showing results for tags 'pandatool'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Hi there, I'm trying to get Panda.js running from node using the pandatool but unnfortunately I'm encountering some problems with building the app. This is what I have done sofar: > npm install pandatool -g> panda create project1> cd project1project1> panda buildwhich gives the following error: C:\git\pandatest\testproject\project1>panda buildBuilding project...C:\Users\rtpa\AppData\Roaming\nvm\v4.2.3\node_modules\pandatool\build.js:56 delete game.config.debug; ^TypeError: Cannot convert undefined or null to object at Object.module.exports.exports [as build] (C:\Users\rtpa\AppData\Roaming\nvm\v4.2.3\node_modules\pandatool\build.js:56:16) at Object.<anonymous> (C:\Users\rtpa\AppData\Roaming\nvm\v4.2.3\node_modules\pandatool\panda.js:7:17) at Module._compile (module.js:435:26) at Object.Module._extensions..js (module.js:442:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:311:12) at Function.Module.runMain (module.js:467:10) at startup (node.js:136:18) at node.js:963:3Is this an error in the pandatool code or am I doing something silly... Any suggestions?
×
×
  • Create New...