misterunix Posted October 5, 2015 Share Posted October 5, 2015 Good afternoon everyone.I am very new to HTML5 and nodejs. I am having errors trying to get started playing around with Panda. I have upgraded nodejs and panda but still get error messages. CentOS release 6.6 (Final) node -vv0.10.36 pandaPanda Toolkit 2.0.2 Usage: panda <command> [options] Commands: build Build project create Create new project update Update engine lint Validate your code Within a default project: panda buildBuilding project... /usr/lib/node_modules/pandatool/build.js:83 for (var i = 0; i < pandaCore._coreModules.length; i++) { ^TypeError: Cannot read property 'length' of undefined at Object.module.exports.exports [as build] (/usr/lib/node_modules/pandatool/build.js:83:47) at Object.<anonymous> (/usr/lib/node_modules/pandatool/panda.js:7:17) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16) at node.js:929:3 Any help would be appreciated as I would like for my son and myself the ability to use Panda off the home server. Bill Quote Link to comment Share on other sites More sharing options...
hayesmaker Posted October 24, 2015 Share Posted October 24, 2015 I got the same error, I've opened it as an issue on the github: https://github.com/ekelokorpi/panda.js-engine/issues/164 Quote Link to comment Share on other sites More sharing options...
chg Posted October 24, 2015 Share Posted October 24, 2015 Are you using the right version of the toolkit? It looks like the Master branch of the panda.js-toolkit project on GitHub has been updated for building the development branch of Panda. Maybe try an earlier version of the tools - https://github.com/ekelokorpi/panda.js-toolkit/releases Quote Link to comment Share on other sites More sharing options...
hayesmaker Posted October 24, 2015 Share Posted October 24, 2015 chg, we just followed the instructions on the website... if those are incorrect, then it should be regarded as an issue. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.